From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- intern/utfconv/utf_winfunc.c | 2 +- intern/utfconv/utfconv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/utfconv') diff --git a/intern/utfconv/utf_winfunc.c b/intern/utfconv/utf_winfunc.c index 4dc290a0146..615379d454a 100644 --- a/intern/utfconv/utf_winfunc.c +++ b/intern/utfconv/utf_winfunc.c @@ -24,8 +24,8 @@ #include "utf_winfunc.h" #include "utfconv.h" #include -#include #include +#include FILE *ufopen(const char *filename, const char *mode) { diff --git a/intern/utfconv/utfconv.h b/intern/utfconv/utfconv.h index c291f1b4e1b..6470802bedf 100644 --- a/intern/utfconv/utfconv.h +++ b/intern/utfconv/utfconv.h @@ -21,9 +21,9 @@ #ifndef __UTFCONV_H__ #define __UTFCONV_H__ -#include #include #include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3