From d5d5c702c40d50bf3dba87c9134139394eacfca2 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Wed, 15 Apr 2015 14:21:34 -0400 Subject: [PATCH] Remove inclusion of unused header files This was missed from the section tag removal. Change-Id: I986b54175706181d96d7d36533b81208ccd4479b Signed-off-by: Peter Mitsis Signed-off-by: Benjamin Walsh --- misc/dlist.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/dlist.c b/misc/dlist.c index ccbf29fefe7..a0c00082a76 100644 --- a/misc/dlist.c +++ b/misc/dlist.c @@ -45,9 +45,6 @@ simplifies the adding and removing of nodes to/from the list. #include #include -#include -#include - /******************************************************************************* * * dlistAdd - add node to tail of list