#include <> should only be used for system directories

This commit is contained in:
Riyyi
2021-01-28 14:07:30 +01:00
parent 217502d45c
commit bb6d90e4ad
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SETTINGS_H #ifndef SETTINGS_H
#define SETTINGS_H #define SETTINGS_H
#include <nlohmann/json.hpp> #include "nlohmann/json.hpp"
#include "inferno/window.h" #include "inferno/window.h"