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>2019-01-26 12:41:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 13:20:25 +0300
commit1e4aab36c237b751c23be161217d989472bfaf20 (patch)
treeaad83d43f5b0cc531623f1351abeaff063b3b72f /source/blender/shader_fx
parent19b5f5493cd6a9b60486d570b6a50c7a42a96ae0 (diff)
Cleanup: remove redundant BKE/BLI/BIF headers
Diffstat (limited to 'source/blender/shader_fx')
-rw-r--r--source/blender/shader_fx/intern/FX_shader_flip.c1
-rw-r--r--source/blender/shader_fx/intern/FX_shader_glow.c2
-rw-r--r--source/blender/shader_fx/intern/FX_shader_light.c1
-rw-r--r--source/blender/shader_fx/intern/FX_shader_shadow.c1
-rw-r--r--source/blender/shader_fx/intern/FX_shader_util.c1
5 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/shader_fx/intern/FX_shader_flip.c b/source/blender/shader_fx/intern/FX_shader_flip.c
index 404e2f8160e..2ab311aa6dc 100644
--- a/source/blender/shader_fx/intern/FX_shader_flip.c
+++ b/source/blender/shader_fx/intern/FX_shader_flip.c
@@ -34,7 +34,6 @@
#include "DNA_object_types.h"
#include "DNA_gpencil_types.h"
-#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "FX_shader_types.h"
diff --git a/source/blender/shader_fx/intern/FX_shader_glow.c b/source/blender/shader_fx/intern/FX_shader_glow.c
index cd513ed1f0a..07d0e1f4350 100644
--- a/source/blender/shader_fx/intern/FX_shader_glow.c
+++ b/source/blender/shader_fx/intern/FX_shader_glow.c
@@ -34,10 +34,8 @@
#include "DNA_object_types.h"
#include "DNA_gpencil_types.h"
-#include "BLI_math_base.h"
#include "BLI_utildefines.h"
-#include "BKE_library_query.h"
#include "BKE_modifier.h"
#include "BKE_shader_fx.h"
diff --git a/source/blender/shader_fx/intern/FX_shader_light.c b/source/blender/shader_fx/intern/FX_shader_light.c
index 86715e1a1a7..cb71a81cb7d 100644
--- a/source/blender/shader_fx/intern/FX_shader_light.c
+++ b/source/blender/shader_fx/intern/FX_shader_light.c
@@ -34,7 +34,6 @@
#include "DNA_object_types.h"
#include "DNA_gpencil_types.h"
-#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "BKE_library_query.h"
diff --git a/source/blender/shader_fx/intern/FX_shader_shadow.c b/source/blender/shader_fx/intern/FX_shader_shadow.c
index aa8808f268b..06a217b6f8f 100644
--- a/source/blender/shader_fx/intern/FX_shader_shadow.c
+++ b/source/blender/shader_fx/intern/FX_shader_shadow.c
@@ -34,7 +34,6 @@
#include "DNA_object_types.h"
#include "DNA_gpencil_types.h"
-#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "BKE_library_query.h"
diff --git a/source/blender/shader_fx/intern/FX_shader_util.c b/source/blender/shader_fx/intern/FX_shader_util.c
index b74ff45b991..5eaf36237f1 100644
--- a/source/blender/shader_fx/intern/FX_shader_util.c
+++ b/source/blender/shader_fx/intern/FX_shader_util.c
@@ -32,7 +32,6 @@
#include "MEM_guardedalloc.h"
-#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_shader_fx.h"