Skip to content

Commit

Permalink
util/base64.c: Clean includes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pm215 committed Mar 16, 2016
1 parent 8bc92a7 commit 0ebc03b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/base64.c
Expand Up @@ -19,8 +19,6 @@
*/

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

#include "qemu/base64.h"

static const char *base64_valid_chars =
Expand Down

0 comments on commit 0ebc03b

Please sign in to comment.