diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-08-24 07:39:35 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-08-24 07:39:35 (GMT) |
commit | f737db46ba81ce0b15cd7e7b2060863c9973b26c (patch) | |
tree | d55dc56b1c2131c2e696de4072811abe50484a4b | |
parent | e0105b660d6207e896606a17293d91aa570318f9 (diff) | |
download | Qt-f737db46ba81ce0b15cd7e7b2060863c9973b26c.zip Qt-f737db46ba81ce0b15cd7e7b2060863c9973b26c.tar.gz Qt-f737db46ba81ce0b15cd7e7b2060863c9973b26c.tar.bz2 |
Trivial: Remove uneeded #include
-rw-r--r-- | src/script/api/qscriptcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/qscriptcontext.h b/src/script/api/qscriptcontext.h index 2eb0c85..53d07cc 100644 --- a/src/script/api/qscriptcontext.h +++ b/src/script/api/qscriptcontext.h @@ -44,7 +44,6 @@ #include <QtCore/qobjectdefs.h> -#include <QtCore/qscopedpointer.h> #include <QtScript/qscriptvalue.h> QT_BEGIN_HEADER |