mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
move cea/object-introspection/internal -> object-introspection/internal (#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
This commit is contained in:
parent
57c1a76228
commit
9cef2c82d9
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user