diff options
author | hjk <hjk121@nokiamail.com> | 2014-07-30 16:01:34 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-07-31 12:40:36 +0200 |
commit | 80fb77285666fa12378aefabc4cc0290639d942c (patch) | |
tree | 7e8ac6f088993544cf5e56d9c90b2558c56bdcd0 /src/plugins/pythoneditor/pythoneditorwidget.h | |
parent | fae2d5422f96360990aabdd68731fef2fec29f84 (diff) | |
download | qt-creator-80fb77285666fa12378aefabc4cc0290639d942c.tar.gz |
PythonEditor: Remove unneeded include
Change-Id: I1078174582d83da94c6c7f20282fd3a5f1742911
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorwidget.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorwidget.h b/src/plugins/pythoneditor/pythoneditorwidget.h index e5a63d4140..37b1d46405 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.h +++ b/src/plugins/pythoneditor/pythoneditorwidget.h @@ -31,7 +31,6 @@ #define PYTHONEDITORWIDGET_H #include <texteditor/basetexteditor.h> -#include <utils/uncommentselection.h> namespace PythonEditor { namespace Internal { |