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/windowmanager/intern/wm_surface.c')
-rw-r--r--source/blender/windowmanager/intern/wm_surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_surface.c b/source/blender/windowmanager/intern/wm_surface.c
index cb575cc8f7d..043b584bbbd 100644
--- a/source/blender/windowmanager/intern/wm_surface.c
+++ b/source/blender/windowmanager/intern/wm_surface.c
@@ -28,14 +28,14 @@
#include "GHOST_C-api.h"
#include "GPU_batch_presets.h"
+#include "GPU_context.h"
#include "GPU_framebuffer.h"
#include "GPU_immediate.h"
-#include "GPU_context.h"
#include "MEM_guardedalloc.h"
-#include "WM_types.h"
#include "WM_api.h"
+#include "WM_types.h"
#include "wm.h"
#include "wm_surface.h"