diff options
Diffstat (limited to 'kscd/kcompactdisc.cpp')
-rw-r--r-- | kscd/kcompactdisc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kscd/kcompactdisc.cpp b/kscd/kcompactdisc.cpp index 839a6577..e17fdaa7 100644 --- a/kscd/kcompactdisc.cpp +++ b/kscd/kcompactdisc.cpp @@ -42,11 +42,6 @@ #include <fcntl.h> #include <sys/ioctl.h> -/* this is for glibc 2.x which the ust structure in ustat.h not stat.h */ -#ifdef __GLIBC__ -#include <sys/ustat.h> -#endif - #ifdef __FreeBSD__ #include <sys/param.h> #include <sys/ucred.h> |