summaryrefslogtreecommitdiff
path: root/src/staticobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/staticobject.h')
-rw-r--r--src/staticobject.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/staticobject.h b/src/staticobject.h
index fb73befd3..c457f1384 100644
--- a/src/staticobject.h
+++ b/src/staticobject.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef STATICOBJECT_HEADER
-#define STATICOBJECT_HEADER
+#pragma once
#include "irrlichttypes_bloated.h"
#include <string>
@@ -95,6 +94,3 @@ public:
private:
};
-
-#endif
-