src/cargotype.cpp
changeset 8760 ce0891c412ce
parent 8691 5e0b83e9cfb8
child 10429 1b99254f9607
--- a/src/cargotype.cpp	Sun Jan 13 00:28:01 2008 +0000
+++ b/src/cargotype.cpp	Sun Jan 13 01:21:35 2008 +0000
@@ -4,12 +4,12 @@
 
 #include "stdafx.h"
 #include "openttd.h"
-#include "table/sprites.h"
-#include "table/strings.h"
 #include "newgrf_cargo.h"
 #include "cargotype.h"
 #include "core/bitmath_func.hpp"
 
+#include "table/sprites.h"
+#include "table/strings.h"
 #include "table/cargo_const.h"
 
 CargoSpec _cargo[NUM_CARGO];