author | drw <drw> | 2005-06-15 19:45:55 (UTC) |
---|---|---|
committer | drw <drw> | 2005-06-15 19:45:55 (UTC) |
commit | d2474c8e654d223b85b6200ce09fabd3a40af8e3 (patch) (unidiff) | |
tree | 2c9781e5f0793a2d796b331dba2cd177affda648 | |
parent | 1cc97c3b70f59b90dc4bf032a14198dc8bd07f2e (diff) | |
download | opie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.zip opie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.tar.gz opie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.tar.bz2 |
Remove unneeded include
-rw-r--r-- | core/pim/datebook/modules/monthview/odatebookmonth.cpp | 1 | ||||
-rw-r--r-- | noncore/settings/usermanager/userdialog.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/core/pim/datebook/modules/monthview/odatebookmonth.cpp b/core/pim/datebook/modules/monthview/odatebookmonth.cpp index 5e2f1bb..d52a092 100644 --- a/core/pim/datebook/modules/monthview/odatebookmonth.cpp +++ b/core/pim/datebook/modules/monthview/odatebookmonth.cpp | |||
@@ -27,5 +27,4 @@ | |||
27 | #include <qpe/datebookmonth.h> | 27 | #include <qpe/datebookmonth.h> |
28 | 28 | ||
29 | #include <qpe/resource.h> | ||
30 | #include <qpe/qpeapplication.h> | 29 | #include <qpe/qpeapplication.h> |
31 | 30 | ||
diff --git a/noncore/settings/usermanager/userdialog.h b/noncore/settings/usermanager/userdialog.h index a94e49b..78cd608 100644 --- a/noncore/settings/usermanager/userdialog.h +++ b/noncore/settings/usermanager/userdialog.h | |||
@@ -11,4 +11,5 @@ | |||
11 | 11 | ||
12 | #include <qdialog.h> | 12 | #include <qdialog.h> |
13 | #include <qimage.h> | ||
13 | #include <qlineedit.h> | 14 | #include <qlineedit.h> |
14 | #include <qcombobox.h> | 15 | #include <qcombobox.h> |
@@ -19,6 +20,4 @@ | |||
19 | #include <qlabel.h> | 20 | #include <qlabel.h> |
20 | 21 | ||
21 | #include <qpe/resource.h> | ||
22 | |||
23 | #include <opie2/ofiledialog.h> | 22 | #include <opie2/ofiledialog.h> |
24 | 23 | ||