aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_fractal.h')
-rw-r--r--src/mapgen_fractal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mapgen_fractal.h b/src/mapgen_fractal.h
index b3f69cb78..a83c5b317 100644
--- a/src/mapgen_fractal.h
+++ b/src/mapgen_fractal.h
@@ -21,8 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MAPGEN_FRACTAL_HEADER
-#define MAPGEN_FRACTAL_HEADER
+#pragma once
#include "mapgen.h"
@@ -86,5 +85,3 @@ private:
float julia_w;
Noise *noise_seabed;
};
-
-#endif