util/base64.c: Clean includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 14:18:32 +0000 (14:18 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 12:48:11 +0000 (12:48 +0000)
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

util/base64.c

index 8aa2a5b..d4bf2a6 100644 (file)
@@ -19,8 +19,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <config-host.h>
-
 #include "qemu/base64.h"
 
 static const char *base64_valid_chars =