diff -r d4dda62c6600 -r 425b169a82aa src/Main.h --- 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 #include #include @@ -103,5 +101,3 @@ static const char* __func__ = ""; // Current function name typedef void FILE; // :| #endif // IN_IDE_PARSER - -#endif // LDFORGE_MAIN_H