diff --git a/examples/common/entry/entry_linux.cpp b/examples/common/entry/entry_linux.cpp index 8e3f1f4d..f93f53ea 100644 --- a/examples/common/entry/entry_linux.cpp +++ b/examples/common/entry/entry_linux.cpp @@ -7,19 +7,16 @@ #if BX_PLATFORM_LINUX -#include "bgfxplatform.h" -#include -#include - #define XK_MISCELLANY #define XK_LATIN1 #include - -#include -#include +#include #undef None #include "entry_p.h" +#include +#include +#include // memset #define DEFAULT_WIDTH 1280 #define DEFAULT_HEIGHT 720 diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index a9a3c75e..a99e5409 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -6,7 +6,6 @@ #ifndef __ENTRY_PRIVATE_H__ #define __ENTRY_PRIVATE_H__ -#include #include #include "entry.h"