Cleanup: make format after SortedIncludes change

This commit is contained in:
2020-03-19 09:33:03 +01:00
parent 008aaaa378
commit 2d1cce8331
1715 changed files with 5246 additions and 5251 deletions

View File

@@ -22,13 +22,13 @@ extern "C" {
#include "BLI_utildefines.h"
}
#include <stddef.h>
#include <dds_api.h>
#include <Stream.h>
#include <DirectDrawSurface.h>
#include <FlipDXT.h>
#include <stdio.h> // printf
#include <Stream.h>
#include <dds_api.h>
#include <fstream>
#include <stddef.h>
#include <stdio.h> // printf
#if defined(WIN32)
# include "utfconv.h"
@@ -36,10 +36,10 @@ extern "C" {
extern "C" {
#include "imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "IMB_allocimbuf.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "imbuf.h"
#include "IMB_colormanagement.h"
#include "IMB_colormanagement_intern.h"