author | llornkcor <llornkcor> | 2003-05-26 05:10:34 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-05-26 05:10:34 (UTC) |
commit | 71b76a1c9144b1d844774e1b8175e16f5c0a64dc (patch) (unidiff) | |
tree | 2b39a37c673ad609bc58df3ea0ab9f2e782b0a25 | |
parent | 410f657febc2951dbe7d10b30294a4529bd6ac0e (diff) | |
download | opie-71b76a1c9144b1d844774e1b8175e16f5c0a64dc.zip opie-71b76a1c9144b1d844774e1b8175e16f5c0a64dc.tar.gz opie-71b76a1c9144b1d844774e1b8175e16f5c0a64dc.tar.bz2 |
remove extra includes
-rw-r--r-- | core/applets/restartapplet/restart.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/applets/restartapplet/restart.cpp b/core/applets/restartapplet/restart.cpp index 9ecba04..226c2a8 100644 --- a/core/applets/restartapplet/restart.cpp +++ b/core/applets/restartapplet/restart.cpp | |||
@@ -9,24 +9,19 @@ | |||
9 | ** | 9 | ** |
10 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 10 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
11 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 11 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
12 | ** | 12 | ** |
13 | **********************************************************************/ | 13 | **********************************************************************/ |
14 | 14 | ||
15 | #include "restart.h" | 15 | #include "restart.h" |
16 | 16 | ||
17 | #include <qpe/resource.h> | ||
18 | #include <qpe/qpeapplication.h> | ||
19 | 17 | ||
20 | #include <qpe/qcopenvelope_qws.h> | 18 | #include <qpe/qcopenvelope_qws.h> |
21 | #include <qpe/resource.h> | ||
22 | #include <qpainter.h> | 19 | #include <qpainter.h> |
23 | #include <qpixmap.h> | ||
24 | #include <qdatastream.h> | ||
25 | 20 | ||
26 | 21 | ||
27 | /* XPM */ | 22 | /* XPM */ |
28 | static char *restart_xpm[] = { | 23 | static char *restart_xpm[] = { |
29 | "16 16 11 1", | 24 | "16 16 11 1", |
30 | " c None", | 25 | " c None", |
31 | ". c #000000", | 26 | ". c #000000", |
32 | "+ c #DCDCDC", | 27 | "+ c #DCDCDC", |