Skip to content

Commit

Permalink
move cea/object-introspection/internal -> object-introspection/intern…
Browse files Browse the repository at this point in the history
…al (#389)

Summary:

More moving code out of the `cea` subdirectory. This is moving the GOBS cache code which is contained in the 'internal' subdirectory. I'm hoping I get some auto generated diffs to push to GitHub for the third party source changes...

Reviewed By: JakeHillion

Differential Revision: D50366591
  • Loading branch information
tyroguru authored and facebook-github-bot committed Oct 18, 2023
1 parent 57c1a76 commit 9cef2c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oi/OICache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#include "oi/Serialize.h"

#ifndef OSS_ENABLE
#include "cea/object-introspection/internal/GobsService.h"
#include "cea/object-introspection/internal/ManifoldCache.h"
#include "object-introspection/internal/GobsService.h"
#include "object-introspection/internal/ManifoldCache.h"
#endif

namespace oi::detail {
Expand Down
2 changes: 1 addition & 1 deletion oi/OIDebugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
#include "oi/type_graph/TypeGraph.h"

#ifndef OSS_ENABLE
#include "cea/object-introspection/internal/GobsService.h"
#include "object-introspection/internal/GobsService.h"
#endif

using namespace std;
Expand Down

0 comments on commit 9cef2c8

Please sign in to comment.