summaryrefslogtreecommitdiffstats
path: root/util/base64.c
diff options
context:
space:
mode:
authorPeter Maydell2016-02-23 15:18:32 +0100
committerPeter Maydell2016-03-16 13:48:11 +0100
commit0ebc03bc065329eaefb6493f5fa7df08df528f2a (patch)
treef15949b8e30ffbd6e3d52d197039c51d0e8d1370 /util/base64.c
parentupdate-linux-headers.sh: Fake types.h doesn't need to include anything (diff)
downloadqemu-0ebc03bc065329eaefb6493f5fa7df08df528f2a.tar.gz
qemu-0ebc03bc065329eaefb6493f5fa7df08df528f2a.tar.xz
qemu-0ebc03bc065329eaefb6493f5fa7df08df528f2a.zip
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
Diffstat (limited to 'util/base64.c')
-rw-r--r--util/base64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/base64.c b/util/base64.c
index 8aa2a5b3ac..d4bf2a61f9 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 =