diff --git a/headers/private/kernel/boot/images.h b/headers/private/kernel/boot/images.h new file mode 100644 index 0000000000..794395c5a0 --- /dev/null +++ b/headers/private/kernel/boot/images.h @@ -0,0 +1,21 @@ +/* + * Copyright 2010, Philippe Houdoin . + * Distributed under the terms of the MIT License. + */ +#ifndef KERNEL_BOOT_IMAGES_H +#define KERNEL_BOOT_IMAGES_H + +#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL +# ifdef HAIKU_OFFICIAL_RELEASE +# include +# else +# include +# endif +#else +# include +#endif + + +#endif /* KERNEL_BOOT_ARCH_H */ + + diff --git a/src/system/boot/platform/generic/video_splash.cpp b/src/system/boot/platform/generic/video_splash.cpp index d07284532d..7d0827ded7 100644 --- a/src/system/boot/platform/generic/video_splash.cpp +++ b/src/system/boot/platform/generic/video_splash.cpp @@ -12,15 +12,7 @@ #include #include #include -#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL -# ifdef HAIKU_OFFICIAL_RELEASE -# include -# else -# include -# endif -#else -# include -#endif +#include #include #include diff --git a/src/system/kernel/boot_splash.cpp b/src/system/kernel/boot_splash.cpp index a7c39aa774..2ced62b1c0 100644 --- a/src/system/kernel/boot_splash.cpp +++ b/src/system/kernel/boot_splash.cpp @@ -15,16 +15,7 @@ #include #define __BOOTSPLASH_KERNEL__ -#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL -# ifdef HAIKU_OFFICIAL_RELEASE -# include -# else -# include -# endif -#else -# include -#endif - +#include #include #include