X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbmp_logo.c;h=47228d255b344a755790f7cfdcbe6e27246cea86;hb=37566090766d61beef70c62986b90749920255d8;hp=e8dd8c80046c2513f1dabfde62df86dfc9b76911;hpb=2a2ed845c085eb093b69fa6382fcf7534bb1f4b0;p=u-boot diff --git a/tools/bmp_logo.c b/tools/bmp_logo.c index e8dd8c8004..47228d255b 100644 --- a/tools/bmp_logo.c +++ b/tools/bmp_logo.c @@ -1,15 +1,4 @@ -#include -#include - -#if defined(__linux__) -#include -#else -#ifdef __CYGWIN__ -#include "elf.h" -#else -#include -#endif -#endif +#include "compiler.h" typedef struct bitmap_s { /* bitmap description */ uint16_t width;