author | simon <simon> | 2003-01-05 20:04:53 (UTC) |
---|---|---|
committer | simon <simon> | 2003-01-05 20:04:53 (UTC) |
commit | 13c9d1da75f4caa252f0cffca032ce3bc884a75b (patch) (side-by-side diff) | |
tree | 6e8491a306f57205e0cab549bf4f9bf8525d710a | |
parent | f887403341dd82d46d26695acc308cc8801cd6aa (diff) | |
download | opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.zip opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.tar.gz opie-13c9d1da75f4caa252f0cffca032ce3bc884a75b.tar.bz2 |
- removing unnecessary inclusions
-rw-r--r-- | noncore/settings/language/language.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/noncore/settings/language/language.cpp b/noncore/settings/language/language.cpp index 5c4284b..8985fd5 100644 --- a/noncore/settings/language/language.cpp +++ b/noncore/settings/language/language.cpp @@ -47,14 +47,6 @@ #include <qstylefactory.h> #endif -#if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) -#include <unistd.h> -#include <linux/fb.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <sys/ioctl.h> -#endif #include <stdlib.h> |