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
commit574ded3afdab4c28b892101e550dc89ffd170e71 (patch)
treec12c9235da9fd1c9933108865ca991fa1f3092e4 /src/yapf/yapf_base.hpp
parent152796b528783b693aa5a0b6429115f5d6ec8f33 (diff)
downloadopenttd-574ded3afdab4c28b892101e550dc89ffd170e71.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;