author | drw <drw> | 2003-04-13 22:38:06 (UTC) |
---|---|---|
committer | drw <drw> | 2003-04-13 22:38:06 (UTC) |
commit | cdc826624767f44017c0e17fd4e35d136c64be0d (patch) (unidiff) | |
tree | 040ae04ba1c0577ed1a7808da4338b8dc19b933b | |
parent | 166ac140f8e01369a5d281c2918b0f8b9045f8e5 (diff) | |
download | opie-cdc826624767f44017c0e17fd4e35d136c64be0d.zip opie-cdc826624767f44017c0e17fd4e35d136c64be0d.tar.gz opie-cdc826624767f44017c0e17fd4e35d136c64be0d.tar.bz2 |
Remove old #include so it compiles
-rw-r--r-- | noncore/settings/netsystemtime/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/mainwindow.cpp b/noncore/settings/netsystemtime/mainwindow.cpp index 306117a..ab71463 100644 --- a/noncore/settings/netsystemtime/mainwindow.cpp +++ b/noncore/settings/netsystemtime/mainwindow.cpp | |||
@@ -27,17 +27,16 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include "mainwindow.h" | 29 | #include "mainwindow.h" |
30 | #include "timetabwidget.h" | 30 | #include "timetabwidget.h" |
31 | #include "formattabwidget.h" | 31 | #include "formattabwidget.h" |
32 | #include "settingstabwidget.h" | 32 | #include "settingstabwidget.h" |
33 | #include "ntptabwidget.h" | 33 | #include "ntptabwidget.h" |
34 | #include "predicttabwidget.h" | 34 | #include "predicttabwidget.h" |
35 | #include "systemtimeconfig.h" | ||
36 | 35 | ||
37 | #include <opie/oprocess.h> | 36 | #include <opie/oprocess.h> |
38 | #include <opie/otabwidget.h> | 37 | #include <opie/otabwidget.h> |
39 | 38 | ||
40 | #include <qpe/config.h> | 39 | #include <qpe/config.h> |
41 | #include <qpe/datebookdb.h> | 40 | #include <qpe/datebookdb.h> |
42 | #include <qpe/qpeapplication.h> | 41 | #include <qpe/qpeapplication.h> |
43 | 42 | ||