Cleanup: Fix forward declaration of headers

This commit is contained in:
2020-03-06 16:45:06 +01:00
parent b2ee1770d4
commit 96e2bd8493
50 changed files with 76 additions and 8 deletions

View File

@@ -25,9 +25,10 @@
#define __INTERFACE_INTERN_H__
#include "BLI_compiler_attrs.h"
#include "UI_resources.h"
#include "RNA_types.h"
#include "DNA_listBase.h"
#include "RNA_types.h"
#include "UI_interface.h"
#include "UI_resources.h"
struct ARegion;
struct ID;