From 09af45b299de2d36ce0011f8a009f3bba0701ed1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 21 Mar 2007 04:22:15 +0000 Subject: [PATCH] * dselect/main.cc: Remove duplicated included files and . Move to the system block. --- ChangeLog | 5 +++++ dselect/main.cc | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) 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."); -- 2.39.5