aboutsummaryrefslogtreecommitdiff
path: root/sources/android/ndk_helper/GLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/ndk_helper/GLContext.h')
-rw-r--r--sources/android/ndk_helper/GLContext.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sources/android/ndk_helper/GLContext.h b/sources/android/ndk_helper/GLContext.h
index cc0db463e..8862aa445 100644
--- a/sources/android/ndk_helper/GLContext.h
+++ b/sources/android/ndk_helper/GLContext.h
@@ -14,11 +14,7 @@
* limitations under the License.
*/
-//--------------------------------------------------------------------------------
-// GLContext.h
-//--------------------------------------------------------------------------------
-#ifndef GLCONTEXT_H_
-#define GLCONTEXT_H_
+#pragma once
#include <EGL/egl.h>
#include <GLES2/gl2.h>
@@ -121,5 +117,3 @@ public:
};
} //namespace ndkHelper
-
-#endif /* GLCONTEXT_H_ */