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/blenfont/intern/blf.c')
-rw-r--r--source/blender/blenfont/intern/blf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 5664b9ae0a0..520456653d1 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -25,10 +25,10 @@
* Wraps OpenGL and FreeType.
*/
+#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include <ft2build.h>
@@ -47,12 +47,12 @@
#include "IMB_colormanagement.h"
-#include "GPU_shader.h"
-#include "GPU_matrix.h"
#include "GPU_immediate.h"
+#include "GPU_matrix.h"
+#include "GPU_shader.h"
-#include "blf_internal_types.h"
#include "blf_internal.h"
+#include "blf_internal_types.h"
/* Max number of font in memory.
* Take care that now every font have a glyph cache per size/dpi,