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:
authorValentin <Poulpator>2020-07-30 19:14:48 +0300
committerDalai Felinto <dalai@blender.org>2020-07-30 19:37:36 +0300
commit4089b07aa05c68fcbefa0b8b6c574173953e1c85 (patch)
tree1c27acaadc4fa32abb25c00ac49953506b9bf4f9 /source/blender/editors/util/ed_util.c
parentff1d5991726407a8f8cba3c9a5aac7da34be54bd (diff)
Cleanup: Remove pre 2.80 headers
Review: D8341
Diffstat (limited to 'source/blender/editors/util/ed_util.c')
-rw-r--r--source/blender/editors/util/ed_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index dad0b96c5e2..93762e6500c 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -58,7 +58,6 @@
#include "DEG_depsgraph.h"
#include "ED_armature.h"
-#include "ED_buttons.h"
#include "ED_image.h"
#include "ED_mesh.h"
#include "ED_node.h"