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_font.c')
-rw-r--r--source/blender/blenfont/intern/blf_font.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index 0f75d9b5ab0..4d56f6f868f 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -25,10 +25,10 @@
* Also low level functions for managing \a FontBLF.
*/
+#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include <ft2build.h>
@@ -50,11 +50,11 @@
#include "UI_interface.h"
-#include "GPU_matrix.h"
#include "GPU_batch.h"
+#include "GPU_matrix.h"
-#include "blf_internal_types.h"
#include "blf_internal.h"
+#include "blf_internal_types.h"
#include "BLI_strict_flags.h"