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>2021-07-30 15:29:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-30 15:29:30 +0300
commitc8b7745172d96cd5ee6aaa431485f93eb9512696 (patch)
tree0b5300ef8f68b5d608cf77627b394ef627bd40f6 /source/blender/editors/io
parent5aa45c43f278eb78a1f68d947590c43affe42df8 (diff)
Cleanup: headers, use 'pragma once', remove argument to '\file'
Diffstat (limited to 'source/blender/editors/io')
-rw-r--r--source/blender/editors/io/io_gpencil.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/blender/editors/io/io_gpencil.h b/source/blender/editors/io/io_gpencil.h
index 428b09f0e9c..2359ab4a333 100644
--- a/source/blender/editors/io/io_gpencil.h
+++ b/source/blender/editors/io/io_gpencil.h
@@ -17,13 +17,12 @@
* All rights reserved.
*/
-#ifndef __IO_GPENCIL_H__
-#define __IO_GPENCIL_H__
-
/** \file
* \ingroup editor/io
*/
+#pragma once
+
struct ARegion;
struct View3D;
struct bContext;
@@ -40,5 +39,3 @@ void WM_OT_gpencil_export_pdf(struct wmOperatorType *ot);
struct ARegion *get_invoke_region(struct bContext *C);
struct View3D *get_invoke_view3d(struct bContext *C);
-
-#endif /* __IO_GPENCIL_H__ */