From 8cfddc81a437ec86fdf3afd2156eac8bd78f88b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 27 Apr 2016 14:14:56 +0200 Subject: Add error checking to tomsfastmath translation and sort includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/internals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/internals.h b/src/internals.h index 225d64c..2459f04 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1,9 +1,9 @@ /* See LICENSE file for copyright and license details. */ #include "../zahl.h" -#include -#include #include +#include +#include /* clang pretends to be GCC... */ #if defined(__GNUC__) && defined(__clang__) -- cgit v1.2.3-70-g09d2