Author: guillem
Date: 2007-03-21 04:22:15 +0000 (Wed, 21 Mar 2007)
New Revision: 685

Modified:
   trunk/ChangeLog
   trunk/dselect/main.cc
Log:
        * dselect/main.cc: Remove duplicated included files <sys/types.h> and
        <sys/stat.h>. Move <fcntl.h> to the system block.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-03-21 04:19:34 UTC (rev 684)
+++ trunk/ChangeLog     2007-03-21 04:22:15 UTC (rev 685)
@@ -1,5 +1,10 @@
 2007-03-21  Guillem Jover  <[EMAIL PROTECTED]>
 
+       * 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  <[EMAIL PROTECTED]>
+
        * dselect/method.h: Fix typo in copyright year ('20001'-> '2001').
 
 2007-03-21  Guillem Jover  <[EMAIL PROTECTED]>

Modified: trunk/dselect/main.cc
===================================================================
--- trunk/dselect/main.cc       2007-03-21 04:19:34 UTC (rev 684)
+++ trunk/dselect/main.cc       2007-03-21 04:22:15 UTC (rev 685)
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <fcntl.h>
 #include <errno.h>
 #include <unistd.h>
 #include <dirent.h>
@@ -47,10 +48,6 @@
 #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.");
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to