[Bf-blender-cvs] [277a6c6feb7] temp-gpencil-io: Remove unused header files

Antonio Vazquez noreply at git.blender.org
Tue Mar 23 13:11:53 CET 2021


Commit: 277a6c6feb7954036e5083ed3f60e4fc03309655
Author: Antonio Vazquez
Date:   Tue Mar 23 13:11:49 2021 +0100
Branches: temp-gpencil-io
https://developer.blender.org/rB277a6c6feb7954036e5083ed3f60e4fc03309655

Remove unused header files

===================================================================

M	source/blender/editors/io/io_gpencil_export.c
M	source/blender/editors/io/io_gpencil_import.c

===================================================================

diff --git a/source/blender/editors/io/io_gpencil_export.c b/source/blender/editors/io/io_gpencil_export.c
index 9203441e5cb..282ba960a91 100644
--- a/source/blender/editors/io/io_gpencil_export.c
+++ b/source/blender/editors/io/io_gpencil_export.c
@@ -21,25 +21,16 @@
  * \ingroup editor/io
  */
 
-#include <errno.h>
-#include <string.h>
-
-#include "MEM_guardedalloc.h"
-
 #include "DNA_gpencil_types.h"
 #include "DNA_space_types.h"
 
-#include "BKE_context.h"
 #include "BKE_gpencil.h"
 #include "BKE_main.h"
 #include "BKE_report.h"
-#include "BKE_scene.h"
 #include "BKE_screen.h"
 
-#include "BLI_listbase.h"
 #include "BLI_path_util.h"
 #include "BLI_string.h"
-#include "BLI_utildefines.h"
 
 #include "BLT_translation.h"
 
diff --git a/source/blender/editors/io/io_gpencil_import.c b/source/blender/editors/io/io_gpencil_import.c
index 2a876271dbf..c31ed549e3d 100644
--- a/source/blender/editors/io/io_gpencil_import.c
+++ b/source/blender/editors/io/io_gpencil_import.c
@@ -21,26 +21,14 @@
  * \ingroup editor/io
  */
 
-#include <errno.h>
-#include <string.h>
-
-#include "MEM_guardedalloc.h"
-
 #include "DNA_gpencil_types.h"
 #include "DNA_space_types.h"
 
 #include "BKE_context.h"
 #include "BKE_gpencil.h"
-#include "BKE_main.h"
-#include "BKE_object.h"
 #include "BKE_report.h"
-#include "BKE_scene.h"
-#include "BKE_screen.h"
 
-#include "BLI_listbase.h"
 #include "BLI_path_util.h"
-#include "BLI_string.h"
-#include "BLI_utildefines.h"
 
 #include "BLT_translation.h"



More information about the Bf-blender-cvs mailing list