From 349536d49558ec5841e799eb33a4cbbb3fa9722d Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 5 Feb 2017 16:04:35 +0000 Subject: Fix C++11 errors and warnings with g++-7 Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) --- src/trace/trace.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/trace') diff --git a/src/trace/trace.h b/src/trace/trace.h index 662b2537e..f562e89aa 100644 --- a/src/trace/trace.h +++ b/src/trace/trace.h @@ -13,10 +13,6 @@ # include "config.h" #endif -#ifdef HAVE_STDLIB_H -# include -#endif - #ifdef HAVE_STRING_H # include #endif -- cgit v1.2.3