From: Charles Manning Date: Tue, 24 Jan 2012 22:17:08 +0000 (+1300) Subject: yaffs direct: Remove unused dependency in yaffs_list.h on yportenv.h X-Git-Tag: pre-driver-refactoring~36 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=79fcd0f8cc347e650e8ccdce12d7a350b8cc6008 yaffs direct: Remove unused dependency in yaffs_list.h on yportenv.h Don't need it, then don't include it! Signed-off-by: Charles Manning --- diff --git a/direct/yaffs_list.h b/direct/yaffs_list.h index f1c5254..3038ca3 100644 --- a/direct/yaffs_list.h +++ b/direct/yaffs_list.h @@ -24,8 +24,6 @@ #define __YAFFS_LIST_H__ -#include "yportenv.h" - /* * This is a simple doubly linked list implementation that matches the * way the Linux kernel doubly linked list implementation works.