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: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 1456237112-32662-5-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
8bc92a762a
commit
0ebc03bc06
@ -19,8 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include <config-host.h>
|
||||
|
||||
#include "qemu/base64.h"
|
||||
|
||||
static const char *base64_valid_chars =
|
||||
|
Loading…
Reference in New Issue
Block a user