summaryrefslogtreecommitdiff
path: root/src/driver.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 08:34:53 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 08:34:53 +0000
commitd5c4ba8246fbd9b44469037d8224a94c0a5ce5d3 (patch)
treeddf7507662244ef0ad7c479cce554387f33cec36 /src/driver.h
parenta6b1526c13506c47e892f1b66e2445c7a7e2beed (diff)
downloadopenttd-d5c4ba8246fbd9b44469037d8224a94c0a5ce5d3.tar.xz
(svn r11673) -Codechange: move the overflow safe type to a separate file.
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.h b/src/driver.h
index 640fc9c21..676671c6b 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -6,7 +6,7 @@
#define DRIVER_H
#include "debug.h"
-#include "helpers.hpp"
+#include "core/enum_type.hpp"
#include "string.h"
#include <string>
#include <map>