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/render/intern/include/shadbuf.h')
-rw-r--r--source/blender/render/intern/include/shadbuf.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/source/blender/render/intern/include/shadbuf.h b/source/blender/render/intern/include/shadbuf.h
index 4b3595a009f..5cde8e5106a 100644
--- a/source/blender/render/intern/include/shadbuf.h
+++ b/source/blender/render/intern/include/shadbuf.h
@@ -1,7 +1,4 @@
/*
- * shadbuf_ext.h
- *
- *
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@@ -28,14 +25,13 @@
* ***** END GPL LICENSE BLOCK *****
*/
+#ifndef __SHADBUF_H__
+#define __SHADBUF_H__
+
/** \file blender/render/intern/include/shadbuf.h
* \ingroup render
*/
-
-#ifndef __SHADBUF_H__
-#define __SHADBUF_H__
-
#include "render_types.h"
struct ObjectRen;