Ticket #6105: 0002-Remove-unnecessary-include.patch

File 0002-Remove-unnecessary-include.patch, 771 bytes (added by andreasf, 14 years ago)

optional patch: generic video cleanup

  • src/system/boot/platform/generic/video_blit.cpp

    From c8e756ad6a6f34fc3e4058190ddd0f13d94b2077 Mon Sep 17 00:00:00 2001
    From: Andreas Faerber <andreas.faerber@web.de>
    Date: Tue, 1 Jun 2010 18:11:18 +0200
    Subject: [PATCH 2/4] Remove unnecessary include
    
    ---
     src/system/boot/platform/generic/video_blit.cpp |    1 -
     1 files changed, 0 insertions(+), 1 deletions(-)
    
    diff --git a/src/system/boot/platform/generic/video_blit.cpp b/src/system/boot/platform/generic/video_blit.cpp
    index ebb486e..b42ebc7 100644
    a b  
    99#include <arch/cpu.h>
    1010#include <boot/stage2.h>
    1111#include <boot/platform.h>
    12 #include <boot/menu.h>
    1312#include <boot/platform/generic/video.h>
    1413#include <boot/kernel_args.h>
    1514