diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 0b7e863a..8ada5cce 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -24,8 +24,7 @@ #ifndef tmw_included_setup_h #define tmw_included_setup_h -#include "gui.h" -#include "../graphic/graphic.h" +#include "window.h" #include "../sound/sound.h" /** @@ -76,7 +75,7 @@ class Setup : public Window, public gcn::ActionListener { /** * Destructor. */ - virtual ~Setup(); + ~Setup(); /** * Event handling method. |