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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-17 05:39:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:39:08 +0300
commit9a4c019255b1711edd65640f4f33f21df97c2636 (patch)
tree764f6a72a4f96108686c59f67ba6772156ba54ea /source/blender/gpu/intern
parentbee4a2f97c55cc2e46bf71dd88dec25920294356 (diff)
Cleanup: header order, trailing space
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_backend.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_backend.hh b/source/blender/gpu/intern/gpu_backend.hh
index ba382e3c3fc..25d165098a7 100644
--- a/source/blender/gpu/intern/gpu_backend.hh
+++ b/source/blender/gpu/intern/gpu_backend.hh
@@ -25,9 +25,9 @@
#pragma once
+#include "gpu_batch_private.hh"
#include "gpu_context_private.hh"
#include "gpu_drawlist_private.hh"
-#include "gpu_batch_private.hh"
namespace blender {
namespace gpu {