summaryrefslogtreecommitdiff
path: root/json-glib/json-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-path.h')
-rw-r--r--json-glib/json-path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/json-glib/json-path.h b/json-glib/json-path.h
index 2bae608..6a30932 100644
--- a/json-glib/json-path.h
+++ b/json-glib/json-path.h
@@ -20,13 +20,13 @@
* Emmanuele Bassi <ebassi@linux.intel.com>
*/
+#ifndef __JSON_PATH_H__
+#define __JSON_PATH_H__
+
#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
#error "Only <json-glib/json-glib.h> can be included directly."
#endif
-#ifndef __JSON_PATH_H__
-#define __JSON_PATH_H__
-
#include <json-glib/json-types.h>
G_BEGIN_DECLS