Remove unnecessary include of config-host.h. (This was missed by the clean-includes script because of the incorrect use of <> for a QEMU header.)
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- util/base64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/base64.c b/util/base64.c index 8aa2a5b..d4bf2a6 100644 --- a/util/base64.c +++ b/util/base64.c @@ -19,8 +19,6 @@ */ #include "qemu/osdep.h" -#include <config-host.h> - #include "qemu/base64.h" static const char *base64_valid_chars = -- 1.9.1