summaryrefslogtreecommitdiffhomepage
path: root/editor/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/events.cpp')
-rw-r--r--editor/events.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/editor/events.cpp b/editor/events.cpp
index 67a3c63c..7f7561b0 100644
--- a/editor/events.cpp
+++ b/editor/events.cpp
@@ -1,9 +1,12 @@
#include "app.hpp"
+
#include "main/floormat-main.hpp"
#include "main/floormat-events.hpp"
#include "src/world.hpp"
-#include <Magnum/Platform/Sdl2Application.h>
+
#include <utility>
+
+#include <Magnum/Platform/Sdl2Application.h>
#include <Magnum/ImGuiIntegration/Context.hpp>
namespace floormat {