Cleanup: sort structs

This commit is contained in:
Campbell Barton 2019-06-14 10:12:10 +10:00
parent 35d49595c6
commit 8ac0fef4df
4 changed files with 4 additions and 4 deletions

@ -29,10 +29,10 @@
# include <AUD_Device.h>
#endif
struct Depsgraph;
struct Main;
struct Sequence;
struct bSound;
struct Depsgraph;
typedef struct SoundWaveform {
int length;

@ -33,7 +33,6 @@ struct Depsgraph;
/* ------------------------------------------------ */
struct bNodeTree;
struct CacheFile;
struct Collection;
struct CustomData_MeshMasks;
@ -44,6 +43,7 @@ struct ModifierData;
struct Object;
struct Scene;
struct ViewLayer;
struct bNodeTree;
#ifdef __cplusplus
extern "C" {

@ -81,9 +81,9 @@ struct rcti;
typedef struct DRWInterface DRWInterface;
typedef struct DRWPass DRWPass;
typedef struct DRWView DRWView;
typedef struct DRWShadingGroup DRWShadingGroup;
typedef struct DRWUniform DRWUniform;
typedef struct DRWView DRWView;
/* Opaque type to avoid usage as a DRWCall but it is exactly the same thing. */
typedef struct DRWCallBuffer DRWCallBuffer;

@ -33,8 +33,8 @@
#include "BKE_pbvh.h"
struct Main;
struct KeyBlock;
struct Main;
struct Object;
struct SculptOrigVertData;
struct SculptUndoNode;