summaryrefslogtreecommitdiff
path: root/louloulibs/utils/xdg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'louloulibs/utils/xdg.hpp')
-rw-r--r--louloulibs/utils/xdg.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/louloulibs/utils/xdg.hpp b/louloulibs/utils/xdg.hpp
index 15f3d0b..56e11da 100644
--- a/louloulibs/utils/xdg.hpp
+++ b/louloulibs/utils/xdg.hpp
@@ -1,5 +1,5 @@
-#ifndef XDG_HPP_INCLUDED
-#define XDG_HPP_INCLUDED
+#pragma once
+
#include <string>
@@ -11,4 +11,4 @@
std::string xdg_config_path(const std::string& filename);
std::string xdg_data_path(const std::string& filename);
-#endif /* XDG_HPP_INCLUDED */
+