aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/main.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/settings/main.hpp b/apps/settings/main.hpp
index 0626dc7..927caca 100644
--- a/apps/settings/main.hpp
+++ b/apps/settings/main.hpp
@@ -1,5 +1,4 @@
-#ifndef __SETTINGS_H__
-#define __SETTINGS_H__
+#pragma once
#include "../../api.hpp"
namespace app_settings {
@@ -9,5 +8,3 @@ namespace app_settings {
int bgrefresh(Api *app_api, bool in_foreground);
int destroy(Api *app_api);
}
-
-#endif