base to aemu/base refactor.
Bug: 237805597
Test: presubmit
Change-Id: I53c00f6cea9dcf63f9725673e7f721e79e8b727c
diff --git a/stream-servers/apigen-codec-common/ChecksumCalculator.cpp b/stream-servers/apigen-codec-common/ChecksumCalculator.cpp
index 5085396..86cf52b 100644
--- a/stream-servers/apigen-codec-common/ChecksumCalculator.cpp
+++ b/stream-servers/apigen-codec-common/ChecksumCalculator.cpp
@@ -16,7 +16,7 @@
#include "ChecksumCalculator.h"
-#include "base/files/Stream.h"
+#include "aemu/base/files/Stream.h"
#include <string>
#include <vector>
diff --git a/stream-servers/apigen-codec-common/ProtocolUtils.h b/stream-servers/apigen-codec-common/ProtocolUtils.h
index ac65143..5db7515 100644
--- a/stream-servers/apigen-codec-common/ProtocolUtils.h
+++ b/stream-servers/apigen-codec-common/ProtocolUtils.h
@@ -1,6 +1,6 @@
#pragma once
-#include "base/Tracing.h"
+#include "aemu/base/Tracing.h"
#include <assert.h>
#include <stddef.h>
diff --git a/stream-servers/apigen-codec-common/X11Support.cpp b/stream-servers/apigen-codec-common/X11Support.cpp
index eedf92f..7657663 100644
--- a/stream-servers/apigen-codec-common/X11Support.cpp
+++ b/stream-servers/apigen-codec-common/X11Support.cpp
@@ -1,6 +1,6 @@
#include "X11Support.h"
-#include "base/SharedLibrary.h"
+#include "aemu/base/SharedLibrary.h"
#define DEFINE_DUMMY_IMPL(rettype, funcname, args) \
static rettype dummy_##funcname args { \
diff --git a/stream-servers/apigen-codec-common/X11Support.h b/stream-servers/apigen-codec-common/X11Support.h
index 14f31bd..9a12c74 100644
--- a/stream-servers/apigen-codec-common/X11Support.h
+++ b/stream-servers/apigen-codec-common/X11Support.h
@@ -3,7 +3,7 @@
#include <X11/Xlib.h>
#include <GL/glx.h>
-#include "base/export.h"
+#include "aemu/base/export.h"
// GLX
#define LIST_GLX_FUNCS(f) \