From 4e9a7a6120c3596175812e0fcb0ddc970680ebb6 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 21 Apr 2005 18:54:59 +0000 Subject: [PATCH] include cleanup Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2185 --- src/hardware/vga.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hardware/vga.cpp b/src/hardware/vga.cpp index cee879e2..cbdd8911 100644 --- a/src/hardware/vga.cpp +++ b/src/hardware/vga.cpp @@ -16,15 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include #include "dosbox.h" #include "video.h" #include "pic.h" -#include "timer.h" #include "vga.h" -#include "inout.h" VGA_Type vga; @@ -199,4 +195,3 @@ void VGA_Init(Section* sec) { } } } -