From: Guillem Jover Date: Wed, 21 Mar 2007 04:22:15 +0000 (+0000) Subject: * dselect/main.cc: Remove duplicated included files and X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09af45b299de2d36ce0011f8a009f3bba0701ed1;p=dpkg * dselect/main.cc: Remove duplicated included files and . Move to the system block. --- diff --git a/ChangeLog b/ChangeLog index b69eb1d7..b3468bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-21 Guillem Jover + + * dselect/main.cc: Remove duplicated included files and + . Move to the system block. + 2007-03-21 Guillem Jover * dselect/method.h: Fix typo in copyright year ('20001'-> '2001'). diff --git a/dselect/main.cc b/dselect/main.cc index a45b7358..947d2679 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -29,6 +29,7 @@ extern "C" { #include #include #include +#include #include #include #include @@ -47,10 +48,6 @@ extern "C" { #include "bindings.h" #include "pkglist.h" -#include -#include -#include - const char thisname[]= DSELECT; const char printforhelp[]= N_("Type dselect --help for help.");