summaryrefslogtreecommitdiff
path: root/src/yapf/yapf_base.hpp
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-01-13 13:33:36 +0000
committerKUDr <kudr@openttd.org>2007-01-13 13:33:36 +0000
commitf2e5e604fb671a1b86a942ea9bb480c03b5efa9d (patch)
treec12c9235da9fd1c9933108865ca991fa1f3092e4 /src/yapf/yapf_base.hpp
parent38a9d092147cb48c48a786c10ec6a493e63f03c3 (diff)
downloadopenttd-f2e5e604fb671a1b86a942ea9bb480c03b5efa9d.tar.xz
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
Diffstat (limited to 'src/yapf/yapf_base.hpp')
-rw-r--r--src/yapf/yapf_base.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yapf/yapf_base.hpp b/src/yapf/yapf_base.hpp
index e474cb155..e2a0a799e 100644
--- a/src/yapf/yapf_base.hpp
+++ b/src/yapf/yapf_base.hpp
@@ -5,8 +5,8 @@
#include "../debug.h"
-#include "fixedsizearray.hpp"
-#include "blob.hpp"
+#include "../misc/fixedsizearray.hpp"
+#include "../misc/blob.hpp"
#include "nodelist.hpp"
extern int _total_pf_time_us;