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:
Diffstat (limited to 'source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c
index 44dd5698a48..749e92e25fb 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c
@@ -31,18 +31,15 @@
* \brief Simple arrow manipulator which is dragged into a certain direction.
*/
-#include "BIF_gl.h"
-
-#include "BKE_context.h"
-
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_rect.h"
#include "DNA_windowmanager_types.h"
-#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "BKE_context.h"
+
+#include "BIF_gl.h"
#include "GPU_draw.h"
#include "GPU_immediate.h"
@@ -55,6 +52,9 @@
#include "WM_types.h"
+#include "ED_screen.h"
+#include "ED_manipulator_library.h"
+
/* own includes */
#include "WM_api.h"