From 004c3d81ea1da9364a6f20666a090fce4e3c1b0a Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Sun, 20 Jan 2019 18:15:45 +0400 Subject: [PATCH] Removed some unnecessary includes. --- examples/00_press_any_key.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/00_press_any_key.cpp b/examples/00_press_any_key.cpp index 40230b7..b55308f 100644 --- a/examples/00_press_any_key.cpp +++ b/examples/00_press_any_key.cpp @@ -4,8 +4,6 @@ #include "simple/interactive/initializer.h" #include "simple/interactive/event.h" -#include "simple/support/function_utils.hpp" -#include "simple/support/misc.hpp" #include "common/sdl_input_grabber.h" #include "common/sdl_input_grabber.cpp" -- GitLab