Fix playback process using build directory directly
This commit is contained in:
parent
2086d0fbd2
commit
175cb703f1
2 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
||||||
|
|
||||||
#include <google/protobuf/descriptor.h>
|
#include <google/protobuf/descriptor.h>
|
||||||
#include <google/protobuf/wire_format_lite.h>
|
#include <google/protobuf/wire_format_lite.h>
|
||||||
#include "build/ipc/common.pb.h"
|
#include <ipc/common.pb.h>
|
||||||
#include "build/ipc/internal.pb.h"
|
#include <ipc/internal.pb.h>
|
||||||
#include "playback_process.hpp"
|
#include "playback_process.hpp"
|
||||||
#include "ipc/common.pb.h"
|
|
||||||
#include "playback_backend.hpp"
|
#include "playback_backend.hpp"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include "rpc.hpp"
|
#include "rpc.hpp"
|
||||||
|
|
|
@ -9,13 +9,11 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include "build/ipc/common.pb.h"
|
|
||||||
#include "build/ipc/internal.pb.h"
|
|
||||||
#include "thirdparty/CRC.hpp"
|
#include "thirdparty/CRC.hpp"
|
||||||
#include "playback_backend.hpp"
|
#include "playback_backend.hpp"
|
||||||
#include "rpc.hpp"
|
#include "rpc.hpp"
|
||||||
#include "ipc/common.pb.h"
|
#include <ipc/common.pb.h>
|
||||||
#include "ipc/internal.pb.h"
|
#include <ipc/internal.pb.h>
|
||||||
#include <log.hpp>
|
#include <log.hpp>
|
||||||
#include "options.hpp"
|
#include "options.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
|
Loading…
Reference in a new issue