]> xenbits.xensource.com Git - xen.git/commitdiff
xen: Remove stdint.h include. Xen defines its own types.
authorKeir Fraser <keir@xensource.com>
Fri, 2 Nov 2007 09:53:28 +0000 (09:53 +0000)
committerKeir Fraser <keir@xensource.com>
Fri, 2 Nov 2007 09:53:28 +0000 (09:53 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/include/xen/multiboot2.h

index 3014bba1fbc17f7b8e0e7cf840376d2e80cbac6b..1811750a4206a9f9a67a7d07f1dc719458a64ce9 100644 (file)
@@ -31,8 +31,6 @@
 /* Passed from the bootloader to the kernel.  */
 #define MB2_BOOTLOADER_MAGIC        0x36d76289
 
-#include <stdint.h>
-
 #define for_each_tag(_tag, _tags) \
     for ((_tag) = (_tags); \
             ((_tag)->key != MB2_TAG_END && (_tag)->key != 0); \