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/report.c')
-rw-r--r--source/blender/blenkernel/intern/report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/report.c b/source/blender/blenkernel/intern/report.c
index 9719fda11cc..43ab1a71647 100644
--- a/source/blender/blenkernel/intern/report.c
+++ b/source/blender/blenkernel/intern/report.c
@@ -21,10 +21,10 @@
* \ingroup bke
*/
+#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
-#include <errno.h>
#include "MEM_guardedalloc.h"
@@ -34,8 +34,8 @@
#include "BLT_translation.h"
-#include "BKE_report.h"
#include "BKE_global.h" /* G.background only */
+#include "BKE_report.h"
const char *BKE_report_type_str(ReportType type)
{