From 65b8a300df5a84b3210d7357c137e9041148995d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 14 Dec 2017 18:57:17 +0000 Subject: [PATCH] Revert r326855: Cargo cut a fix for the regressions r326585 caused. This was an experiment that landed in the wrong branch and was pushed accidentally. It's best if it is ignored because the difference was due to vers.o being different, not float.o... And it was confirmed to not fix anything... Pointy Hat to: imp --- stand/ficl/float.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stand/ficl/float.c b/stand/ficl/float.c index 7090b86f040c..b6cda150df8a 100644 --- a/stand/ficl/float.c +++ b/stand/ficl/float.c @@ -43,13 +43,13 @@ /* $FreeBSD$ */ +#include "ficl.h" + +#if FICL_WANT_FLOAT #include #include #include #include -#include "ficl.h" - -#if FICL_WANT_FLOAT #include /*******************************************************************