Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/GPU_glew.h')
-rw-r--r--source/blender/gpu/GPU_glew.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/gpu/GPU_glew.h b/source/blender/gpu/GPU_glew.h
index b3e2a9fcfa5..663660ab234 100644
--- a/source/blender/gpu/GPU_glew.h
+++ b/source/blender/gpu/GPU_glew.h
@@ -33,11 +33,10 @@
#define __GPU_GLEW_H__
#if defined(WITH_OPENGL)
- #include "glew-mx.h"
-
- #ifndef WITH_LEGACY_OPENGL
- #include "GPU_legacy_stubs.h"
- #endif
+# include "glew-mx.h"
+# ifndef WITH_LEGACY_OPENGL
+# include "GPU_legacy_stubs.h"
+# endif
#endif
#endif /* __GPU_GLEW_H__ */