0001-remove-unneeded-header.patch 663 B

12345678910111213141516171819202122232425262728
  1. From f485a4e49cddeef436a212bc655799e71a9648a7 Mon Sep 17 00:00:00 2001
  2. From: Fabrice Bellet <fabrice@bellet.info>
  3. Date: Sun, 22 Sep 2013 11:54:54 +0200
  4. Subject: [PATCH 1/3] remove unneeded header
  5. ---
  6. simgear/misc/stopwatch.hxx | 4 ----
  7. 1 file changed, 4 deletions(-)
  8. diff --git a/simgear/misc/stopwatch.hxx b/simgear/misc/stopwatch.hxx
  9. index 3436438..70df459 100644
  10. --- a/simgear/misc/stopwatch.hxx
  11. +++ b/simgear/misc/stopwatch.hxx
  12. @@ -42,10 +42,6 @@
  13. # error This library requires C++
  14. #endif
  15. -#ifdef HAVE_CONFIG_H
  16. -# include <simgear_config.h>
  17. -#endif
  18. -
  19. #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)
  20. # define HAVE_GETRUSAGE
  21. #endif
  22. --
  23. 1.8.3.1