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/blenkernel/intern/ocean_spectrum.c')
-rw-r--r--source/blender/blenkernel/intern/ocean_spectrum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/ocean_spectrum.c b/source/blender/blenkernel/intern/ocean_spectrum.c
index 93018f4a5b0..1f7cc56f1a9 100644
--- a/source/blender/blenkernel/intern/ocean_spectrum.c
+++ b/source/blender/blenkernel/intern/ocean_spectrum.c
@@ -18,8 +18,8 @@
* \ingroup bke
*/
-#include "BLI_math.h"
#include "BKE_ocean.h"
+#include "BLI_math.h"
#include "ocean_intern.h"
#ifdef WITH_OCEANSIM