summaryrefslogtreecommitdiff
path: root/src/mmo
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-06 17:50:58 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-06 17:50:58 +0200
commit33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch)
tree590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/mmo
parentecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff)
downloadtmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.gz
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.bz2
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.xz
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.zip
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/mmo')
-rw-r--r--src/mmo/fwd.hpp2
-rw-r--r--src/mmo/version.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mmo/fwd.hpp b/src/mmo/fwd.hpp
index d98bd33..0d78122 100644
--- a/src/mmo/fwd.hpp
+++ b/src/mmo/fwd.hpp
@@ -18,7 +18,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include "../sanity.hpp"
+#include "sanity.hpp"
#include "../ints/fwd.hpp" // rank 1
#include "../strings/fwd.hpp" // rank 1
diff --git a/src/mmo/version.cpp b/src/mmo/version.cpp
index c75c25c..4f8d141 100644
--- a/src/mmo/version.cpp
+++ b/src/mmo/version.cpp
@@ -20,7 +20,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include "src/conf/version.hpp"
+#include "conf/version.hpp"
#include "../strings/xstring.hpp"