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 'intern/string/intern/STR_String.cpp')
-rw-r--r--intern/string/intern/STR_String.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/string/intern/STR_String.cpp b/intern/string/intern/STR_String.cpp
index 3a4e703ca26..306e786969b 100644
--- a/intern/string/intern/STR_String.cpp
+++ b/intern/string/intern/STR_String.cpp
@@ -24,12 +24,12 @@
* This file was formerly known as: GEN_StdString.cpp.
*/
-#include <stdio.h>
+#include "STR_String.h"
+#include <ctype.h>
#include <stdarg.h>
+#include <stdio.h>
#include <stdlib.h>
-#include <ctype.h>
#include <string.h>
-#include "STR_String.h"
/*-------------------------------------------------------------------------------------------------
Construction / destruction