Correct wrong includes

This commit is contained in:
Simon Fels 2016-11-15 15:09:30 +01:00
commit 9d7c565239

View file

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