From 8b79c94af7f7cf2e5e5342294bc6e5a908cacabf Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 28 May 2016 13:22:38 +0200 Subject: use std::locale::global instead of setlocale We use a wild mixture of C and C++ ways of generating output, so having a consistent world-view in both styles sounds like a good idea and should help in preventing regressions. --- methods/mirror.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'methods/mirror.h') diff --git a/methods/mirror.h b/methods/mirror.h index 425bea673..6ebe08e6b 100644 --- a/methods/mirror.h +++ b/methods/mirror.h @@ -1,6 +1,5 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $ -// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $ +// Description /*{{{*/ /* ###################################################################### MIRROR Acquire Method - This is the MIRROR acquire method for APT. @@ -11,8 +10,6 @@ #ifndef APT_MIRROR_H #define APT_MIRROR_H -#include - #include #include #include -- cgit v1.2.3