Commit 0ebc03bc authored by Peter Maydell's avatar Peter Maydell
Browse files

util/base64.c: Clean includes



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: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Message-id: 1456237112-32662-5-git-send-email-peter.maydell@linaro.org
parent 8bc92a76
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@
 */

#include "qemu/osdep.h"
#include <config-host.h>

#include "qemu/base64.h"

static const char *base64_valid_chars =