summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texteff.cpp')
-rw-r--r--src/texteff.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/texteff.cpp b/src/texteff.cpp
index 67c8949a7..f1478b5be 100644
--- a/src/texteff.cpp
+++ b/src/texteff.cpp
@@ -10,9 +10,7 @@
#include "saveload.h"
#include "console.h"
#include "variables.h"
-#include "table/sprites.h"
#include "blitter/factory.hpp"
-#include <stdarg.h> /* va_list */
#include "texteff.hpp"
#include "video/video_driver.hpp"
#include "transparency.h"
@@ -22,6 +20,10 @@
#include "functions.h"
#include "viewport_func.h"
+#include "table/sprites.h"
+
+#include <stdarg.h> /* va_list */
+
enum {
MAX_TEXTMESSAGE_LENGTH = 200,
INIT_NUM_TEXT_MESSAGES = 20,