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:
Jonathan Haslam 2023-10-18 06:54:30 -07:00 committed by Facebook Community Bot
parent 57c1a76228
commit 9cef2c82d9
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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;