Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-20 06:11:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-20 06:29:50 +0300
commit8af3f531b1b7481edab6ec379f11694283ba9190 (patch)
tree03863b4b2228722bfd760e1d9e7fabd4a2191115 /source/blender/editors/screen/workspace_layout_edit.c
parent7f96323cd001bc7555d0f145027e3bbbbc1462b8 (diff)
Cleanup: BLI headers first
Also move descriptions into doxy header
Diffstat (limited to 'source/blender/editors/screen/workspace_layout_edit.c')
-rw-r--r--source/blender/editors/screen/workspace_layout_edit.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/source/blender/editors/screen/workspace_layout_edit.c b/source/blender/editors/screen/workspace_layout_edit.c
index e4dd841f833..d84df160125 100644
--- a/source/blender/editors/screen/workspace_layout_edit.c
+++ b/source/blender/editors/screen/workspace_layout_edit.c
@@ -24,24 +24,23 @@
#include <stdlib.h>
-#include "BKE_context.h"
-#include "BKE_global.h"
-#include "BKE_main.h"
-#include "BKE_screen.h"
-#include "BKE_workspace.h"
-
#include "BLI_utildefines.h"
#include "BLI_listbase.h"
#include "DNA_screen_types.h"
#include "DNA_workspace_types.h"
-#include "ED_screen.h"
+#include "BKE_context.h"
+#include "BKE_global.h"
+#include "BKE_main.h"
+#include "BKE_screen.h"
+#include "BKE_workspace.h"
#include "WM_api.h"
-#include "screen_intern.h"
+#include "ED_screen.h"
+#include "screen_intern.h"
/**
* Empty screen, with 1 dummy area without spacedata. Uses window size.