* Patch by Andreas Färber that removes unneeded includes, mostly ones that don't

even have to be available in the generic case. See bug #6105, patch 1 & 2.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37007 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-06-04 08:03:02 +00:00
parent 32ebe87c01
commit db3aa13aaf
3 changed files with 0 additions and 8 deletions

View File

@ -6,12 +6,9 @@
*/
#include "video.h"
#include <arch/cpu.h>
#include <boot/stage2.h>
#include <boot/platform.h>
#include <boot/menu.h>
#include <boot/platform/generic/video.h>
#include <boot/kernel_args.h>

View File

@ -6,8 +6,6 @@
*/
#include "video.h"
#include <arch/cpu.h>
#include <boot/stage2.h>
#include <boot/platform.h>

View File

@ -6,9 +6,6 @@
*/
#include "video.h"
#include "mmu.h"
#include <arch/cpu.h>
#include <boot/stage2.h>
#include <boot/platform.h>