From 3ce4a58aa90d93d1d0f1ec5dcc63a482d1b1af78 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Jun 2015 06:11:02 +1000 Subject: Cleanup: duplicate includes --- source/blender/editors/space_info/info_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info/info_draw.c') diff --git a/source/blender/editors/space_info/info_draw.c b/source/blender/editors/space_info/info_draw.c index e2895109b48..cd424f45842 100644 --- a/source/blender/editors/space_info/info_draw.c +++ b/source/blender/editors/space_info/info_draw.c @@ -50,7 +50,7 @@ #include "UI_view2d.h" #include "info_intern.h" -#include "../space_info/textview.h" +#include "textview.h" /* complicates things a bit, so leaving in old simple code */ #define USE_INFO_NEWLINE -- cgit v1.2.3