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];