remove superfluous include from echoplugin example
authorJoerg Bornemann <joerg.bornemann@digia.com>
Mon, 8 Oct 2012 12:36:58 +0000 (14:36 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 8 Oct 2012 15:21:15 +0000 (17:21 +0200)
Change-Id: I8a53c5e628e43796d7f4b53c311dd4d200527262
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
examples/tools/echoplugin/plugin/echoplugin.h

index 6fd8e4c..69d76f7 100644 (file)
@@ -43,7 +43,6 @@
 
 #include <QObject>
 #include <QtPlugin>
-#include "echoplugin.h"
 #include "echointerface.h"
 
 //! [0]