diff options
Diffstat (limited to 'editor/tests-private.hpp')
-rw-r--r-- | editor/tests-private.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index 4a9cf07a..9a39d07d 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -4,8 +4,8 @@ #include "src/point.hpp" #include "src/object-id.hpp" #include "floormat/events.hpp" -#include <Corrade/Containers/StringView.h> -#include <Corrade/Containers/Pointer.h> +#include <cr/StringView.h> +#include <cr/Pointer.h> namespace floormat { struct app; } |