From 19a86c41763aab1660dff0c1c9eb11a88a35aad2 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Mon, 31 Aug 2009 15:59:17 -0700 Subject: gpllib: add a new ansi library HDT and cmenu are currently duplicating code: they both define their own mini ansi library. This patch extracts the HDT ansi lib into gpllib as a first step towards unification. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'com32/hdt/hdt-common.c') diff --git a/com32/hdt/hdt-common.c b/com32/hdt/hdt-common.c index 80305a3e..5afb3093 100644 --- a/com32/hdt/hdt-common.c +++ b/com32/hdt/hdt-common.c @@ -33,7 +33,6 @@ #include "syslinux/config.h" #include "../lib/sys/vesa/vesa.h" #include "hdt-common.h" -#include "lib-ansi.h" #include /* ISOlinux requires a 8.3 format */ -- cgit