From 9d7c565239f2fdca5239af105b7b31368c0c14fe Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 15 Nov 2016 15:09:30 +0100 Subject: [PATCH] Correct wrong includes --- src/anbox/graphics/window_creator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {