aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-07-28 15:06:28 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commitb1086ca88caec808780162f068b04a8e9af89b58 (patch)
tree49be5e251d22e2e3d1c69a992e06958565273817 /src/json_helper.hpp
parentdaa317b67e3fa535712cfcfee923012252c7b911 (diff)
json_helper: clang-format
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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;