summaryrefslogtreecommitdiff
path: root/src/craftdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/craftdef.h')
-rw-r--r--src/craftdef.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/craftdef.h b/src/craftdef.h
index fddff6cef..781ca0d17 100644
--- a/src/craftdef.h
+++ b/src/craftdef.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 CRAFTDEF_HEADER
-#define CRAFTDEF_HEADER
+#pragma once
#include <string>
#include <iostream>
@@ -446,6 +445,3 @@ public:
};
IWritableCraftDefManager* createCraftDefManager();
-
-#endif
-