From 87acea36e7c3bd3db99dab389bfae7a3fe1b1fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 24 Jul 2017 21:04:30 -0700 Subject: [PATCH] Cleanup. --- examples/common/entry/entry_noop.cpp | 2 -- examples/common/entry/entry_sdl.cpp | 1 - examples/common/example-glue.cpp | 2 -- 3 files changed, 5 deletions(-) diff --git a/examples/common/entry/entry_noop.cpp b/examples/common/entry/entry_noop.cpp index 20eae9535..a0007bc5c 100644 --- a/examples/common/entry/entry_noop.cpp +++ b/examples/common/entry/entry_noop.cpp @@ -7,8 +7,6 @@ #if ENTRY_CONFIG_USE_NOOP -#include - namespace entry { const Event* poll() diff --git a/examples/common/entry/entry_sdl.cpp b/examples/common/entry/entry_sdl.cpp index 07c3b2173..3b85dab57 100644 --- a/examples/common/entry/entry_sdl.cpp +++ b/examples/common/entry/entry_sdl.cpp @@ -25,7 +25,6 @@ BX_PRAGMA_DIAGNOSTIC_POP() # undef None #endif // defined(None) -#include #include #include #include diff --git a/examples/common/example-glue.cpp b/examples/common/example-glue.cpp index cff46e771..16497e38c 100644 --- a/examples/common/example-glue.cpp +++ b/examples/common/example-glue.cpp @@ -9,8 +9,6 @@ #include #include -#include - void showExampleDialog(entry::AppI* _app, const char* _errorText) { char temp[1024];