0005-Don-t-include-missing-and-unnecessary-math-header.patch 783 B

123456789101112131415161718192021222324252627282930
  1. From 913b2f1265bd7f3ebe6cf4cba92c20c5a423a6c3 Mon Sep 17 00:00:00 2001
  2. From: Paul Kocialkowski <contact@paulk.fr>
  3. Date: Tue, 2 Aug 2016 12:05:55 +0200
  4. Subject: [PATCH 5/6] Don't include missing and unnecessary math header
  5. This removes the inclusion of an unnecessary math header that is neither
  6. found nor necessary for non-cortex-m ECs.
  7. Change-Id: I56a04178dadedb76f841504fa645e2d43900d25f
  8. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
  9. ---
  10. common/math_util.c | 1 -
  11. 1 file changed, 1 deletion(-)
  12. diff --git a/common/math_util.c b/common/math_util.c
  13. index 120d13d..34a267d 100644
  14. --- a/common/math_util.c
  15. +++ b/common/math_util.c
  16. @@ -6,7 +6,6 @@
  17. /* Common math functions. */
  18. #include "common.h"
  19. -#include "math.h"
  20. #include "math_util.h"
  21. #include "util.h"
  22. --
  23. 2.9.0