957b671ab9
simgear flightgear opencity
28 lines
663 B
Diff
28 lines
663 B
Diff
From f485a4e49cddeef436a212bc655799e71a9648a7 Mon Sep 17 00:00:00 2001
|
|
From: Fabrice Bellet <fabrice@bellet.info>
|
|
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 <simgear_config.h>
|
|
-#endif
|
|
-
|
|
#if defined(__linux__) && ! defined(HAVE_GETRUSAGE)
|
|
# define HAVE_GETRUSAGE
|
|
#endif
|
|
--
|
|
1.8.3.1
|
|
|