summaryrefslogtreecommitdiffhomepage
path: root/test/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/precomp.hpp')
-rw-r--r--test/precomp.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/precomp.hpp b/test/precomp.hpp
deleted file mode 100644
index 2e5871cd..00000000
--- a/test/precomp.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-#include "../src/precomp.hpp"
-
-#if 1
-#ifdef __APPLE__
-#include <Magnum/Platform/WindowlessCglApplication.h>
-#elif defined _WIN32
-#include <Magnum/Platform/WindowlessWglApplication.h>
-#else
-#include <Magnum/Platform/WindowlessGlxApplication.h>
-#endif
-#endif
-#include <Magnum/Platform/GLContext.h>