summaryrefslogtreecommitdiff
path: root/src/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/noise.h b/src/noise.h
index 53cab5754..ae97b8740 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -23,8 +23,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef NOISE_HEADER
-#define NOISE_HEADER
+#pragma once
#include "irr_v3d.h"
#include "exceptions.h"
@@ -232,6 +231,3 @@ inline float easeCurve(float t)
}
float contour(float v);
-
-#endif
-