summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/profile.h')
-rw-r--r--src/common/profile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/profile.h b/src/common/profile.h
index 969b764..aaf25a7 100644
--- a/src/common/profile.h
+++ b/src/common/profile.h
@@ -16,8 +16,7 @@
// profile.h
-#ifndef _PROFILE_H_
-#define _PROFILE_H_
+#pragma once
#define STRICT
@@ -33,4 +32,3 @@ extern BOOL SetProfileFloat(char* section, char* key, float value);
extern BOOL GetProfileFloat(char* section, char* key, float &value);
-#endif //_PROFILE_H_