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

@@ -25,10 +25,10 @@
#define __RE_ENGINE_H__
#include "DNA_listBase.h"
#include "DNA_scene_types.h"
#include "DNA_node_types.h"
#include "RNA_types.h"
#include "DNA_scene_types.h"
#include "RE_bake.h"
#include "RNA_types.h"
#include "BLI_threads.h"

View File

@@ -24,9 +24,9 @@
#ifndef __RE_PIPELINE_H__
#define __RE_PIPELINE_H__
#include "DEG_depsgraph.h"
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
#include "DEG_depsgraph.h"
struct Image;
struct ImageFormatData;