src/Main.h

changeset 641
425b169a82aa
parent 639
851634b85893
child 642
751a8df42842
--- a/src/Main.h	Wed Mar 05 03:39:31 2014 +0200
+++ b/src/Main.h	Wed Mar 05 03:45:49 2014 +0200
@@ -20,9 +20,7 @@
 // This file is included one way or another in every source file of LDForge.
 // Stuff defined and included here is universally included.
 
-#ifndef LDFORGE_MAIN_H
-#define LDFORGE_MAIN_H
-
+#pragma once
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
@@ -103,5 +101,3 @@
 static const char* __func__ = ""; // Current function name
 typedef void FILE; // :|
 #endif // IN_IDE_PARSER
-
-#endif // LDFORGE_MAIN_H

mercurial