diff --git a/src/anbox/graphics/window_creator.h b/src/anbox/graphics/window_creator.h index 66d3c23..9e1b79f 100644 --- a/src/anbox/graphics/window_creator.h +++ b/src/anbox/graphics/window_creator.h @@ -18,8 +18,8 @@ #ifndef ANBOX_GRAPHICS_WINDOW_CREATOR_H_ #define ANBOX_GRAPHICS_WINDOW_CREATOR_H_ -#include "external/android-emugl/host/libs/libOpenglRender/NativeSubWindow.h" -#include "external/android-emugl/host/libs/libOpenglRender/DisplayManager.h" +#include "anbox/graphics/emugl/NativeSubWindow.h" +#include "anbox/graphics/emugl/DisplayManager.h" namespace anbox { namespace input {