From 80fb77285666fa12378aefabc4cc0290639d942c Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 30 Jul 2014 16:01:34 +0200 Subject: [PATCH] PythonEditor: Remove unneeded include Change-Id: I1078174582d83da94c6c7f20282fd3a5f1742911 Reviewed-by: Christian Stenger --- src/plugins/pythoneditor/pythoneditorwidget.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/pythoneditor/pythoneditorwidget.h b/src/plugins/pythoneditor/pythoneditorwidget.h index e5a63d4140e..37b1d46405c 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.h +++ b/src/plugins/pythoneditor/pythoneditorwidget.h @@ -31,7 +31,6 @@ #define PYTHONEDITORWIDGET_H #include -#include namespace PythonEditor { namespace Internal {