Skip to content

Commit

Permalink
Merge pull request #1606 from SuperTux/cleanup_tests
Browse files Browse the repository at this point in the history
Code cleanup
  • Loading branch information
Semphriss authored Dec 13, 2020
2 parents 56b8f86 + fb9897b commit 7a73bba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/control/controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <iosfwd>
#include <string>
#include <optional>
#include <string>

enum class Control {
LEFT = 0,
Expand Down
2 changes: 0 additions & 2 deletions src/editor/particle_editor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#ifndef HEADER_SUPERTUX_EDITOR_PARTICLE_EDITOR_HPP
#define HEADER_SUPERTUX_EDITOR_PARTICLE_EDITOR_HPP

#include <functional>
#include <stdexcept>
#include <vector>
#include <memory>

Expand Down
1 change: 0 additions & 1 deletion src/interface/control_textbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define HEADER_SUPERTUX_INTERFACE_CONTROL_TEXTBOX_HPP

#include <list>
#include <stdexcept>

#include "control/input_manager.hpp"
#include "interface/control.hpp"
Expand Down

0 comments on commit 7a73bba

Please sign in to comment.