diff options
Diffstat (limited to 'dispatch/eglimports.hpp')
-rw-r--r-- | dispatch/eglimports.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dispatch/eglimports.hpp b/dispatch/eglimports.hpp index 49cf177a..95b52ee8 100644 --- a/dispatch/eglimports.hpp +++ b/dispatch/eglimports.hpp @@ -28,8 +28,7 @@ * directly, or indirectly through glimports.h. */ -#ifndef _EGLIMPORTS_HPP_ -#define _EGLIMPORTS_HPP_ +#pragma once #include <KHR/khrplatform.h> @@ -88,4 +87,3 @@ typedef int32_t GLclampx; #include "GLES/glext.h" -#endif /* _EGLIMPORTS_HPP_ */ |