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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-30 14:37:32 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-12-30 14:37:32 +0400
commitb3d365289f379ea6838432d7131458a6dce5ceea (patch)
tree2560830ae814c5876cf839652d08e8513de45345 /release/scripts/templates_osl/noise.osl
parentf7e8ffdb857e349283585143084c5a6c8a8be042 (diff)
OSL Templates: remove unnecessary stdosl.h include.
Diffstat (limited to 'release/scripts/templates_osl/noise.osl')
-rw-r--r--release/scripts/templates_osl/noise.osl4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/templates_osl/noise.osl b/release/scripts/templates_osl/noise.osl
index e152824b192..05cc31687c0 100644
--- a/release/scripts/templates_osl/noise.osl
+++ b/release/scripts/templates_osl/noise.osl
@@ -1,4 +1,3 @@
-#include <stdosl.h>
shader noise(
float Time = 1.0,
@@ -15,4 +14,5 @@ shader noise(
/* UPerlin 4D Noise*/
UPerlin = noise("uperlin", Point, Time);
-} \ No newline at end of file
+}
+