Skip to content

Commit

Permalink
fixes include paths in the feeder after directory refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruAntonescuKeysight committed May 15, 2024
1 parent a09f281 commit 60b6157
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/feeder/et_feeder.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "et_feeder/et_feeder.h"
#include "src/feeder/et_feeder.h"

using namespace std;
using namespace Chakra;
Expand Down
4 changes: 2 additions & 2 deletions src/feeder/et_feeder.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include <unordered_set>
#include <vector>

#include "et_feeder/et_feeder_node.h"
#include "third_party/utils/protoio.hh"
#include "src/feeder/et_feeder_node.h"
#include "src/third_party/utils/protoio.hh"

namespace Chakra {
struct CompareNodes : public std::binary_function<
Expand Down
2 changes: 1 addition & 1 deletion src/feeder/et_feeder_node.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "et_feeder/et_feeder_node.h"
#include "src/feeder/et_feeder_node.h"

using namespace std;
using namespace Chakra;
Expand Down
2 changes: 1 addition & 1 deletion src/feeder/et_feeder_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <unordered_set>
#include <vector>

#include "et_def/et_def.pb.h"
#include "schema/protobuf/et_def.pb.h"

namespace Chakra {

Expand Down

0 comments on commit 60b6157

Please sign in to comment.