summaryrefslogtreecommitdiff
path: root/louloulibs/config/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'louloulibs/config/config.hpp')
-rw-r--r--louloulibs/config/config.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/louloulibs/config/config.hpp b/louloulibs/config/config.hpp
index b46768e..6728df8 100644
--- a/louloulibs/config/config.hpp
+++ b/louloulibs/config/config.hpp
@@ -13,8 +13,8 @@
* save the config into the file.
*/
-#ifndef CONFIG_INCLUDED
-# define CONFIG_INCLUDED
+#pragma once
+
#include <functional>
#include <fstream>
@@ -91,4 +91,4 @@ private:
};
-#endif // CONFIG_INCLUDED
+