diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h index ff956e09..ab6d0c92 100644 --- a/src/gui/buysell.h +++ b/src/gui/buysell.h @@ -22,9 +22,9 @@ #ifndef BUYSELL_H #define BUYSELL_H -#include <guichan/actionlistener.hpp> +#include "gui/widgets/window.h" -#include "window.h" +#include <guichan/actionlistener.hpp> /** * A dialog to choose between buying or selling at a shop. |