Fix a bug when changing folder
[apps/madmutt.git] / lib / list.h
index a63b528..3f701be 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef _LIB_LIST_H
 #define _LIB_LIST_H
 
-#include <sys/types.h>
-
 typedef struct list2_t {
   void** data;
   ssize_t length;