Follow CodingStyle some more.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-12 05:23:44 +00:00
parent b4c4263d35
commit 90896657ad

View file

@ -31,19 +31,23 @@
#endif
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
# include <unistd.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
# include <strings.h>
#endif
#include <errno.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
# include <sys/ioctl.h>
#endif
#include <linux/cdrom.h>
#include <time.h>