aboutsummaryrefslogtreecommitdiff
path: root/src/world.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-12-11 12:36:04 +0100
committerAdrian Kummerlaender2016-12-11 12:37:09 +0100
commitdbbef17103dc21c085c8b5713433fb730a5f8d3a (patch)
treea5c19ae0d025a7d94a93afdfb662eea33e599ea6 /src/world.h
parent93c5f7356364bd6e0276dddd0a78bcb50085629f (diff)
downloadtermlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar.gz
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar.bz2
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar.lz
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar.xz
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.tar.zst
termlife-dbbef17103dc21c085c8b5713433fb730a5f8d3a.zip
Move `util` namespace classes into matching folder
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h
index b60c658..fde9762 100644
--- a/src/world.h
+++ b/src/world.h
@@ -6,7 +6,7 @@
#include <tuple>
#include <cstdint>
-#include "box_traverser.h"
+#include "util/box_traverser.h"
namespace life {