Origin: Debian
Forwarded: no
Last-Update: 2020-04-02
Last-Update: 2020-04-02
Gbp-Pq: Name 04-system-json.patch
#include <cassert>
#include <string>
#include <FL/Fl.H>
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
#include "utils/fs.h"
#include "utils/log.h"
#include "core/const.h"
ofs << j;
return true;
}
-}}}; // giada::m::conf::
\ No newline at end of file
+}}}; // giada::m::conf::
#include <X11/Xlib.h> // For XInitThreads
#endif
#include <FL/Fl.H>
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
#include "gui/updater.h"
#include "utils/log.h"
#include "utils/fs.h"
#include <string>
#include <cstring>
#include <dirent.h>
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
#include "utils/string.h"
#include "utils/log.h"
#include "utils/fs.h"
#include <fstream>
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
#include "utils/math.h"
#include "utils/log.h"
#include "core/mixer.h"