author | llornkcor <llornkcor> | 2003-05-26 04:07:44 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-05-26 04:07:44 (UTC) |
commit | f63dee18fe56ba54d9203836722a1f499e2539f3 (patch) (side-by-side diff) | |
tree | 557b83bb4048094072d9163f687b54ea8a709c96 | |
parent | 4a9831b570a60075650863b571b0875e96ca8ad6 (diff) | |
download | opie-f63dee18fe56ba54d9203836722a1f499e2539f3.zip opie-f63dee18fe56ba54d9203836722a1f499e2539f3.tar.gz opie-f63dee18fe56ba54d9203836722a1f499e2539f3.tar.bz2 |
remove extra includes
-rw-r--r-- | noncore/styles/metal/metal.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/noncore/styles/metal/metal.cpp b/noncore/styles/metal/metal.cpp index 2380fed..5cb2d22 100644 --- a/noncore/styles/metal/metal.cpp +++ b/noncore/styles/metal/metal.cpp @@ -9,18 +9,9 @@ *****************************************************************************/ #include "metal.h" #include <qapplication.h> -#include <qpainter.h> -#include <qdrawutil.h> // for now -#include <qpixmap.h> // for now -#include <qpalette.h> // for now -#include <qwidget.h> -#include <qlabel.h> -#include <qimage.h> #include <qpushbutton.h> -#include <qwidget.h> -#include <qrangecontrol.h> #include <qscrollbar.h> #include <limits.h> |