<sys/stat.h>. Move <fcntl.h> to the system block.
+2007-03-21 Guillem Jover <guillem@debian.org>
+
+ * dselect/main.cc: Remove duplicated included files <sys/types.h> and
+ <sys/stat.h>. Move <fcntl.h> to the system block.
+
2007-03-21 Guillem Jover <guillem@debian.org>
* dselect/method.h: Fix typo in copyright year ('20001'-> '2001').
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <dirent.h>
#include "bindings.h"
#include "pkglist.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-
const char thisname[]= DSELECT;
const char printforhelp[]= N_("Type dselect --help for help.");