diff mbox

[4/4] util/base64.c: Clean includes

Message ID 1456237112-32662-5-git-send-email-peter.maydell@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Peter Maydell Feb. 23, 2016, 2:18 p.m. UTC
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>
---
 util/base64.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/util/base64.c b/util/base64.c
index 8aa2a5b..d4bf2a6 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 =