aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-27 14:14:56 +0200
committerMattias Andrée <maandree@kth.se>2016-04-27 14:14:56 +0200
commit8cfddc81a437ec86fdf3afd2156eac8bd78f88b8 (patch)
treea7c8832c12add9c94731409a94e7335a8f56cbdd /zahl.h
parentImprove library translations (diff)
downloadlibzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.gz
libzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.bz2
libzahl-8cfddc81a437ec86fdf3afd2156eac8bd78f88b8.tar.xz
Add error checking to tomsfastmath translation and sort includes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'zahl.h')
-rw-r--r--zahl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zahl.h b/zahl.h
index 7d1f772..f3d3d69 100644
--- a/zahl.h
+++ b/zahl.h
@@ -7,10 +7,10 @@
#define ZAHL_H 1
-#include <stddef.h>
+#include <limits.h>
#include <setjmp.h>
+#include <stddef.h>
#include <stdint.h>
-#include <limits.h>
#include "zahl-internals.h"