summaryrefslogtreecommitdiffhomepage
path: root/loader
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-13 21:05:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-13 21:08:46 +0200
commitb4f0ae962bdd07c01f7193631b6fa502b53351be (patch)
treeedb7a1bc4d0caf8636c5f1a99f05db3c7dcfd432 /loader
parentff2a12174c8bd8be75dadeb23c88b6f9a1f0e1da (diff)
split scenery-proto into its own file
Diffstat (limited to 'loader')
-rw-r--r--loader/scenery-cell.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/scenery-cell.hpp b/loader/scenery-cell.hpp
index b33f9441..4529d637 100644
--- a/loader/scenery-cell.hpp
+++ b/loader/scenery-cell.hpp
@@ -1,7 +1,6 @@
#pragma once
#include "compat/safe-ptr.hpp"
-#include "src/scenery.hpp"
-#include <memory>
+#include "src/scenery-proto.hpp"
#include <cr/String.h>
#include <cr/Optional.h>