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/ftp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'methods/ftp.h') diff --git a/methods/ftp.h b/methods/ftp.h index de2c232bd..6a12475a0 100644 --- a/methods/ftp.h +++ b/methods/ftp.h @@ -10,7 +10,6 @@ #ifndef APT_FTP_H #define APT_FTP_H -#include #include #include "aptmethod.h" -- cgit v1.2.3