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-03-14 07:22:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:39:59 +0300
commit60e3f690cb66dfea9e078b70f12fc53611268f36 (patch)
tree06ab133c46ad064f0e002915a487b3e787523eed /source/blender/editors/include/ED_gpencil.h
parent626b2bd071b334201996081b907e18d9c2dee919 (diff)
Cleanup: sort file lists & struct declatations
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 8dd162ea538..66aa301f08c 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -33,13 +33,13 @@ struct ListBase;
struct PointerRNA;
struct Brush;
+struct GP_SpaceConversion;
struct bGPDframe;
struct bGPDlayer;
struct bGPDspoint;
struct bGPDstroke;
struct bGPdata;
struct tGPspoint;
-struct GP_SpaceConversion;
struct ARegion;
struct Depsgraph;
@@ -47,8 +47,8 @@ struct Main;
struct RegionView3D;
struct ReportList;
struct Scene;
-struct ToolSettings;
struct ScrArea;
+struct ToolSettings;
struct View3D;
struct ViewLayer;
struct bContext;