author | simon <simon> | 2003-01-05 20:04:53 (UTC) |
---|---|---|
committer | simon <simon> | 2003-01-05 20:04:53 (UTC) |
commit | 13c9d1da75f4caa252f0cffca032ce3bc884a75b (patch) (unidiff) | |
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 | |||
@@ -48,12 +48,4 @@ | |||
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) | ||
51 | #include <unistd.h> | ||
52 | #include <linux/fb.h> | ||
53 | #include <sys/types.h> | ||
54 | #include <sys/stat.h> | ||
55 | #include <fcntl.h> | ||
56 | #include <sys/ioctl.h> | ||
57 | #endif | ||
58 | #include <stdlib.h> | 50 | #include <stdlib.h> |
59 | 51 | ||