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/makesrna/intern/rna_dynamicpaint.c')
-rw-r--r--source/blender/makesrna/intern/rna_dynamicpaint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_dynamicpaint.c b/source/blender/makesrna/intern/rna_dynamicpaint.c
index d7e34ff139c..f86cfb674d1 100644
--- a/source/blender/makesrna/intern/rna_dynamicpaint.c
+++ b/source/blender/makesrna/intern/rna_dynamicpaint.c
@@ -18,11 +18,11 @@
* \ingroup RNA
*/
-#include <stdlib.h>
#include <limits.h>
+#include <stdlib.h>
-#include "BKE_modifier.h"
#include "BKE_dynamicpaint.h"
+#include "BKE_modifier.h"
#include "DNA_dynamicpaint_types.h"
#include "DNA_modifier_types.h"