From: Keir Fraser Date: Fri, 2 Nov 2007 09:53:28 +0000 (+0000) Subject: xen: Remove stdint.h include. Xen defines its own types. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14819 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2933e9b42c18a5e41c1076a35bb0275cd44c9d3;p=xen.git xen: Remove stdint.h include. Xen defines its own types. Signed-off-by: Keir Fraser --- diff --git a/xen/include/xen/multiboot2.h b/xen/include/xen/multiboot2.h index 3014bba1fb..1811750a42 100644 --- a/xen/include/xen/multiboot2.h +++ b/xen/include/xen/multiboot2.h @@ -31,8 +31,6 @@ /* Passed from the bootloader to the kernel. */ #define MB2_BOOTLOADER_MAGIC 0x36d76289 -#include - #define for_each_tag(_tag, _tags) \ for ((_tag) = (_tags); \ ((_tag)->key != MB2_TAG_END && (_tag)->key != 0); \