simgear
flightgear
opencity
This commit is contained in:
Erkan IŞIK
2025-10-13 00:32:09 +03:00
parent 66da5c160e
commit 957b671ab9
21 changed files with 751 additions and 0 deletions
@@ -0,0 +1,27 @@
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