From: Alex Bennée Date: Thu, 8 Aug 2019 16:05:15 +0000 (+0100) Subject: fpu: make softfloat-macros "self-contained" X-Git-Tag: pull-xen-20190827~25^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5937fb63a92d54cc4e5270256e4387c4d3a70091;p=people%2Faperard%2Fqemu-dm.git fpu: make softfloat-macros "self-contained" The macros use the "flags" type and to be consistent if anyone just needs the macros we should bring in the header we need. There is an outstanding TODO to audit the use of "flags" and replace with bool at which point this include could be dropped. Signed-off-by: Alex Bennée Acked-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/include/fpu/softfloat-macros.h b/include/fpu/softfloat-macros.h index 3a95673674..605c4f4bc6 100644 --- a/include/fpu/softfloat-macros.h +++ b/include/fpu/softfloat-macros.h @@ -82,7 +82,7 @@ this code that are retained. #ifndef FPU_SOFTFLOAT_MACROS_H #define FPU_SOFTFLOAT_MACROS_H -#include "fpu/softfloat.h" +#include "fpu/softfloat-types.h" /*---------------------------------------------------------------------------- | Shifts `a' right by the number of bits given in `count'. If any nonzero