diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
commit | 33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch) | |
tree | 590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/char/globals.cpp | |
parent | ecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff) | |
download | tmwa-generate-code-out-of-tree.tar.gz tmwa-generate-code-out-of-tree.tar.bz2 tmwa-generate-code-out-of-tree.tar.xz tmwa-generate-code-out-of-tree.zip |
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/char/globals.cpp')
-rw-r--r-- | src/char/globals.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/char/globals.cpp b/src/char/globals.cpp index 6733ad5..bb81c34 100644 --- a/src/char/globals.cpp +++ b/src/char/globals.cpp @@ -22,13 +22,13 @@ #include "../generic/db.hpp" -#include "../proto2/net-Storage.hpp" +#include "proto2/net-Storage.hpp" #include "char.hpp" -#include "char_conf.hpp" -#include "char_lan_conf.hpp" +#include "char/char_conf.hpp" +#include "char/char_lan_conf.hpp" #include "inter.hpp" -#include "inter_conf.hpp" +#include "char/inter_conf.hpp" #include "../poison.hpp" |