From da6f24b37470064f10e68186965949d728fecb3c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 17 Aug 2014 13:54:06 -0400 Subject: Common: Move remaining C header includes over to their C++ equivalent --- src/common/console_listener.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/common/console_listener.cpp') diff --git a/src/common/console_listener.cpp b/src/common/console_listener.cpp index db48abbf6..27697ef1f 100644 --- a/src/common/console_listener.cpp +++ b/src/common/console_listener.cpp @@ -2,15 +2,15 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include // min -#include // System: To be able to add strings with "+" -#include -#include +#include +#include +#include +#include #ifdef _WIN32 #include #include #else -#include +#include #endif #include "common/common.h" -- cgit v1.2.3