(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.

This commit is contained in:
rubidium
2008-05-17 13:01:30 +00:00
parent a89b5721a8
commit ad6e52080c
16 changed files with 61 additions and 30 deletions

View File

@@ -25,6 +25,7 @@
#include "order_func.h"
#include "depot_base.h"
#include "tilehighlight_func.h"
#include "window_gui.h"
#include "table/strings.h"
#include "table/sprites.h"