summaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json_helper.hpp b/src/json_helper.hpp
index b9d3c92..7d6e77e 100644
--- a/src/json_helper.hpp
+++ b/src/json_helper.hpp
@@ -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;