--- a/src/Misc.h Wed Mar 05 03:39:31 2014 +0200 +++ b/src/Misc.h Wed Mar 05 03:45:49 2014 +0200 @@ -16,9 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef LDFORGE_MISC_H -#define LDFORGE_MISC_H - +#pragma once #include <QVector> #include "Configuration.h" #include "Main.h" @@ -138,5 +136,3 @@ std::sort (a.begin(), a.end()); a.erase (std::unique (a.begin(), a.end()), a.end()); } - -#endif // LDFORGE_MISC_H