summaryrefslogtreecommitdiffhomepage
path: root/serialize/precomp.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 08:52:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 10:35:00 +0200
commitfdcff54e1d845343cdfe39040aac6f7ff9b4163a (patch)
treedb8de10a96b8022f43761c74a2d58453e3380d93 /serialize/precomp.hpp
parent8c867fac69fa9da0370000fa170cad1e22702ce5 (diff)
cmake: remove precompiled headers
They were having problems including fmtlib and robin_map.
Diffstat (limited to 'serialize/precomp.hpp')
-rw-r--r--serialize/precomp.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/serialize/precomp.hpp b/serialize/precomp.hpp
deleted file mode 100644
index 23c79b16..00000000
--- a/serialize/precomp.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-#include "../src/precomp.hpp"
-#include <nlohmann/json_fwd.hpp>
-#include <nlohmann/json.hpp>