From 5a2f097fcc875d98166d703ce6733dd582a34afc Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Wed, 7 Aug 2013 23:03:09 -0700 Subject: [PATCH] Fixed Linux build. --- examples/common/entry/entry_linux.cpp | 11 ++++------- examples/common/entry/entry_p.h | 1 - 2 files changed, 4 insertions(+), 8 deletions(-) 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"