summaryrefslogtreecommitdiffhomepage
path: root/main/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/precomp.hpp')
-rw-r--r--main/precomp.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/precomp.hpp b/main/precomp.hpp
deleted file mode 100644
index 3f60a071..00000000
--- a/main/precomp.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-#include "src/precomp.hpp"
-#include "floormat/main.hpp"
-#include "floormat/app.hpp"
-#include "floormat/settings.hpp"
-#include "main-impl.hpp"
-
-#include <Magnum/Timeline.h>
-#include <Magnum/GL/DebugOutput.h>
-#include <Magnum/GL/DefaultFramebuffer.h>
-#include <Magnum/GL/Framebuffer.h>
-#include <Magnum/GL/Renderbuffer.h>
-#include <Magnum/GL/RenderbufferFormat.h>
-
-#include <fmt/format.h>
-#include <fmt/compile.h>
-
-#if __has_include(<SDL.h>)
-#include <Magnum/Platform/Sdl2Application.h>
-#include <SDL_keycode.h>
-#include <SDL_events.h>
-#endif