Blob Blame History Raw
From bb277bb11e69ab6cc4cd219c6603ddba1a65400d Mon Sep 17 00:00:00 2001
From: Fabrice Bellet <fabrice@bellet.info>
Date: Mon, 30 Jan 2012 22:01:55 +0100
Subject: [PATCH 3/3] remove unneeded header

---
 simgear/misc/stopwatch.hxx |    4 ----
 1 files changed, 0 insertions(+), 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 <simgear_config.h>
-#endif
-
 #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)
 #  define HAVE_GETRUSAGE
 #endif
-- 
1.7.7.6