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 '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
+}
+