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/imbuf/intern/imbuf.h')
-rw-r--r--source/blender/imbuf/intern/imbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h
index 514b6a24cf0..912c25f2616 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -24,18 +24,18 @@
#ifndef __IMBUF_H__
#define __IMBUF_H__
+#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
-#include <stdio.h>
#ifndef WIN32
# include <unistd.h>
#endif
#include <fcntl.h>
-#include <sys/stat.h>
-#include <string.h>
#include <math.h>
+#include <string.h>
+#include <sys/stat.h>
#ifndef WIN32
# include <sys/mman.h>