summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index 42a0a6cc0..642bb3e6d 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -14,7 +14,6 @@
#include "window_gui.h"
#include "textbuf_gui.h"
#include "viewport_func.h"
-#include "gfx_func.h"
#include "company_func.h"
#include "command_func.h"
#include "network/network.h"
@@ -28,6 +27,9 @@
#include "date_func.h"
#include "widgets/dropdown_type.h"
#include "tilehighlight_func.h"
+#include "sprite.h"
+#include "company_base.h"
+#include "core/geometry_func.hpp"
#include "table/strings.h"