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/rsh.h | 1 - 1 file changed, 1 deletion(-) (limited to 'methods/rsh.h') diff --git a/methods/rsh.h b/methods/rsh.h index 64a5cf661..571e38ba6 100644 --- a/methods/rsh.h +++ b/methods/rsh.h @@ -54,7 +54,6 @@ class RSHConn ~RSHConn(); }; -#include #include "aptmethod.h" class RSHMethod : public aptMethod -- cgit v1.2.3