# HG changeset patch # User Santeri Piippo # Date 1398560037 -10800 # Node ID 0446af72b2ee08dd16bb2ce06fbbbb5867603eac # Parent 54c321f4d102c3883a1f0dd37960d5005b1a673e - use #pragma once for the gl compiler header diff -r 54c321f4d102 -r 0446af72b2ee src/glCompiler.h --- a/src/glCompiler.h Sun Apr 27 03:51:10 2014 +0300 +++ b/src/glCompiler.h Sun Apr 27 03:53:57 2014 +0300 @@ -16,9 +16,7 @@ * along with this program. If not, see . */ -#ifndef LDFORGE_GLCOMPILER_H -#define LDFORGE_GLCOMPILER_H - +#pragma once #include "main.h" #include "glRenderer.h" #include "glShared.h" @@ -79,5 +77,3 @@ #define checkGLError() { checkGLError_private (__FILE__, __LINE__); } void checkGLError_private (const char* file, int line); - -#endif // LDFORGE_GLCOMPILER_H