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