app: when loading config, handle returned errors
[staging/windowmanager.git] / src / json_helper.hpp
index b9d3c92..7d6e77e 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef TMCAGLWM_JSON_HELPER_HPP
 #define TMCAGLWM_JSON_HELPER_HPP
 
-#include <json.hpp>
-#include "wayland.hpp"
 #include "result.hpp"
+#include "wayland.hpp"
+#include <json.hpp>
 
 struct json_object;