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:
Diffstat (limited to 'source/blender/shader_fx/intern/FX_shader_light.c')
-rw-r--r--source/blender/shader_fx/intern/FX_shader_light.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/source/blender/shader_fx/intern/FX_shader_light.c b/source/blender/shader_fx/intern/FX_shader_light.c
index 86715e1a1a7..d4c726a63db 100644
--- a/source/blender/shader_fx/intern/FX_shader_light.c
+++ b/source/blender/shader_fx/intern/FX_shader_light.c
@@ -1,6 +1,4 @@
/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -17,15 +15,10 @@
*
* The Original Code is Copyright (C) 2018, Blender Foundation
* This is a new part of Blender
- *
- * Contributor(s): Antonio Vazquez
- *
- * ***** END GPL LICENSE BLOCK *****
- *
*/
-/** \file blender/shader_fx/intern/FX_shader_light.c
- * \ingroup shader_fx
+/** \file
+ * \ingroup shader_fx
*/
#include <stdio.h>
@@ -34,7 +27,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"