diff --git a/src/control/controller.hpp b/src/control/controller.hpp index 30af2e53bbb..6570bcd39aa 100644 --- a/src/control/controller.hpp +++ b/src/control/controller.hpp @@ -20,7 +20,6 @@ #include #include #include -#include enum class Control { LEFT = 0, diff --git a/src/editor/particle_editor.hpp b/src/editor/particle_editor.hpp index 4c7a82669bf..4061349f3b7 100644 --- a/src/editor/particle_editor.hpp +++ b/src/editor/particle_editor.hpp @@ -17,8 +17,6 @@ #ifndef HEADER_SUPERTUX_EDITOR_PARTICLE_EDITOR_HPP #define HEADER_SUPERTUX_EDITOR_PARTICLE_EDITOR_HPP -#include -#include #include #include diff --git a/src/interface/control_textbox.hpp b/src/interface/control_textbox.hpp index 750036d259b..54df039288e 100644 --- a/src/interface/control_textbox.hpp +++ b/src/interface/control_textbox.hpp @@ -18,7 +18,6 @@ #define HEADER_SUPERTUX_INTERFACE_CONTROL_TEXTBOX_HPP #include -#include #include "control/input_manager.hpp" #include "interface/control.hpp"