From 432cefce7e61b8445bbac284f0342c153bdfdcc4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 18 May 2010 13:08:36 -0400 Subject: [PATCH] Remove mibank.h reference Signed-off-by: Adam Jackson --- src/rendition.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rendition.h b/src/rendition.h index ba0a22e..0ea5cca 100644 --- a/src/rendition.h +++ b/src/rendition.h @@ -31,9 +31,6 @@ /* All drivers implementing backing store need this */ #include "mibstore.h" -/* Drivers using the mi banking wrapper need this */ -#include "mibank.h" - /* All drivers using the mi colormap manipulation need this */ #include "micmap.h"