# HG changeset patch # User Santeri Piippo # Date 1398561821 -10800 # Node ID dbf9f1294d941c492aefe57f4ed1b798a0f75d48 # Parent 152b33a6d51b58053e5111a5288da2b384cde02e - apply #pragma once to glShared.h diff -r 152b33a6d51b -r dbf9f1294d94 src/glShared.h --- a/src/glShared.h Sun Apr 27 04:23:09 2014 +0300 +++ b/src/glShared.h Sun Apr 27 04:23:41 2014 +0300 @@ -16,8 +16,7 @@ * along with this program. If not, see . */ -#ifndef LDFORGE_GLSHARED_H -#define LDFORGE_GLSHARED_H +#pragma once #include "basics.h" class LDObject; @@ -69,5 +68,3 @@ #endif static const int g_numVBOs = VBOSF_NumSurfaces * VBOCM_NumComplements; - -#endif // LDFORGE_GLSHARED_H \ No newline at end of file