From f485a4e49cddeef436a212bc655799e71a9648a7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellet Date: Sun, 22 Sep 2013 11:54:54 +0200 Subject: [PATCH 1/3] remove unneeded header --- simgear/misc/stopwatch.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/simgear/misc/stopwatch.hxx b/simgear/misc/stopwatch.hxx index 3436438..70df459 100644 --- a/simgear/misc/stopwatch.hxx +++ b/simgear/misc/stopwatch.hxx @@ -42,10 +42,6 @@ # error This library requires C++ #endif -#ifdef HAVE_CONFIG_H -# include -#endif - #if defined(__linux__) && ! defined(HAVE_GETRUSAGE) # define HAVE_GETRUSAGE #endif -- 1.8.3.1