summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index e45e38653..943da370b 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -6,12 +6,12 @@
#include "openttd.h"
#include "core/math_func.hpp"
#include "player_func.h"
-#include "table/sprites.h"
-#include "table/strings.h"
#include "gfx_func.h"
#include "window_gui.h"
#include "window_func.h"
+#include "table/sprites.h"
+#include "table/strings.h"
static Point HandleScrollbarHittest(const Scrollbar *sb, int top, int bottom)
{