aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index ee29ada..649278d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,3 +1,6 @@
+#ifndef DISCOVERY_CONFIG_H
+#define DISCOVERY_CONFIG_H
+
/**
* @file config.h
* @brief Simple key=value configuration file parser.
@@ -8,9 +11,6 @@
* trustList).
*/
-#ifndef DISCOVERY_CONFIG_H
-#define DISCOVERY_CONFIG_H
-
#include <stddef.h>
/**