Cleanup: sort file, structs

This commit is contained in:
Campbell Barton 2020-05-27 10:52:07 +10:00
parent e5458fa4e5
commit a739dc67ef
5 changed files with 5 additions and 5 deletions

View File

@ -34,6 +34,7 @@ extern "C" {
struct ARegion;
struct Header;
struct ID;
struct LibraryForeachIDData;
struct ListBase;
struct Menu;
struct Panel;
@ -48,7 +49,6 @@ struct WorkSpace;
struct bContext;
struct bContextDataResult;
struct bScreen;
struct LibraryForeachIDData;
struct uiLayout;
struct uiList;
struct wmGizmoMap;

View File

@ -21,9 +21,9 @@
extern "C" {
#endif
struct Depsgraph;
struct Main;
struct Simulation;
struct Depsgraph;
void *BKE_simulation_add(struct Main *bmain, const char *name);

View File

@ -139,7 +139,6 @@ set(SRC
intern/list_sort_impl.h
BLI_asan.h
BLI_alloca.h
BLI_allocator.hh
BLI_args.h
@ -149,6 +148,7 @@ set(SRC
BLI_array_store.h
BLI_array_store_utils.h
BLI_array_utils.h
BLI_asan.h
BLI_assert.h
BLI_astar.h
BLI_bitmap.h

View File

@ -34,13 +34,13 @@ struct PointerRNA;
struct Brush;
struct GP_SpaceConversion;
struct GpRandomSettings;
struct bGPDframe;
struct bGPDlayer;
struct bGPDspoint;
struct bGPDstroke;
struct bGPdata;
struct tGPspoint;
struct GpRandomSettings;
struct ARegion;
struct Depsgraph;

View File

@ -68,9 +68,9 @@ set(SRC
interface_region_tooltip.c
interface_regions.c
interface_style.c
interface_templates.c
interface_template_search_menu.c
interface_template_search_operator.c
interface_templates.c
interface_undo.c
interface_utils.c
interface_widgets.c