aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index a94ce03..3c7ff5b 100644
--- a/config.h
+++ b/config.h
@@ -1,11 +1,11 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
#include <string>
#include <map>
#include <fstream>
#include <filesystem>
-#ifndef CONFIG_H_
-#define CONFIG_H_
-
void load_config(std::string config_path);
#endif