summaryrefslogtreecommitdiffstats
path: root/examples/tools
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-08 14:36:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-08 17:21:15 +0200
commit43ea7154184243b78c52f40c6ed344495f1386e9 (patch)
treea2f810472533147b30ee32c58959ab500a7f87d7 /examples/tools
parentaef441b13d73a00fdd8b032062fca8e9ba1cde4a (diff)
remove superfluous include from echoplugin example
Change-Id: I8a53c5e628e43796d7f4b53c311dd4d200527262 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'examples/tools')
-rw-r--r--examples/tools/echoplugin/plugin/echoplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tools/echoplugin/plugin/echoplugin.h b/examples/tools/echoplugin/plugin/echoplugin.h
index 6fd8e4c187..69d76f76fd 100644
--- a/examples/tools/echoplugin/plugin/echoplugin.h
+++ b/examples/tools/echoplugin/plugin/echoplugin.h
@@ -43,7 +43,6 @@
#include <QObject>
#include <QtPlugin>
-#include "echoplugin.h"
#include "echointerface.h"
//! [0]