2
0
Эх сурвалжийг харах

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
Peter Maydell 9 жил өмнө
parent
commit
0ebc03bc06
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      util/base64.c

+ 0 - 2
util/base64.c

@@ -19,8 +19,6 @@
  */
  */
 
 
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
-#include <config-host.h>
-
 #include "qemu/base64.h"
 #include "qemu/base64.h"
 
 
 static const char *base64_valid_chars =
 static const char *base64_valid_chars =