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/draw/intern/draw_cache_impl_gpencil.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_gpencil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_gpencil.c b/source/blender/draw/intern/draw_cache_impl_gpencil.c
index 1464cb9364d..afe47160e02 100644
--- a/source/blender/draw/intern/draw_cache_impl_gpencil.c
+++ b/source/blender/draw/intern/draw_cache_impl_gpencil.c
@@ -31,13 +31,13 @@
#include "DRW_engine.h"
#include "DRW_render.h"
-#include "GPU_batch.h"
#include "ED_gpencil.h"
+#include "GPU_batch.h"
#include "DEG_depsgraph_query.h"
-#include "BLI_polyfill_2d.h"
#include "BLI_hash.h"
+#include "BLI_polyfill_2d.h"
#include "draw_cache.h"
#include "draw_cache_impl.h"