From 379778bde61f8589988cf113ec4c3961b8155b0a Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 15 Nov 2013 12:20:16 +0100 Subject: core: remove includes in .cpp, if header is already in .h - example: if util.h includes stdint.h, remove it from util.cpp, as util.h is the first header included in util.cpp --- src/protocol.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index 798227581e..be835507ab 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -7,8 +7,6 @@ #include "util.h" -#include - #ifndef WIN32 # include #endif -- cgit v1.2.3