Skip to content
Snippets Groups Projects
Commit 340ca382 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Don't include nlohmann/json.hpp in globals.hh

This reduces compilation time by 207s.

Issue #4045.
parent d51ba430
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include "util.hh" #include "util.hh"
#include "archive.hh" #include "archive.hh"
#include "args.hh" #include "args.hh"
#include "abstractsettingtojson.hh"
#include <algorithm> #include <algorithm>
#include <map> #include <map>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "types.hh" #include "types.hh"
#include "config.hh" #include "config.hh"
#include "abstractsettingtojson.hh"
#include "util.hh" #include "util.hh"
#include <map> #include <map>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment