diff options
author | hjk <hjk@theqtcompany.com> | 2016-07-18 14:59:50 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2016-07-18 13:07:35 +0000 |
commit | eece696da383bdcd55e7d3d8a51b5226b3d3419f (patch) | |
tree | 04945da791031a77d066bfb067673df9eabc647a | |
parent | f8957a85b3a9bdd930e0a9fad7c3d58f943bb945 (diff) | |
download | qt-creator-eece696da383bdcd55e7d3d8a51b5226b3d3419f.tar.gz |
Debugger: Remove multiple definitions of WatchWindow
Change-Id: If8241717f195ff31c9d6124285f77fca969056c4
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r-- | src/plugins/debugger/watchhandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp index 717cf97c81..442bd199a9 100644 --- a/src/plugins/debugger/watchhandler.cpp +++ b/src/plugins/debugger/watchhandler.cpp @@ -40,8 +40,6 @@ #include "simplifytype.h" #include "watchdelegatewidgets.h" #include "watchutils.h" -#include "watchwindow.cpp" -#include "watchwindow.h" #include <coreplugin/icore.h> #include <coreplugin/helpmanager.h> |