diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-23 14:18:32 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-03-16 12:48:11 +0000 |
commit | 0ebc03bc065329eaefb6493f5fa7df08df528f2a (patch) | |
tree | f15949b8e30ffbd6e3d52d197039c51d0e8d1370 | |
parent | 8bc92a762ab922ab24231807e72f76c4316a1a4d (diff) | |
download | 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
-rw-r--r-- | util/base64.c | 2 |
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 = |