Message ID | 1456237112-32662-5-git-send-email-peter.maydell@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 =
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.maydell@linaro.org> --- util/base64.c | 2 -- 1 file changed, 2 deletions(-)