Remove strings.h include (file_list.c)

This commit is contained in:
twinaphex 2013-03-09 19:12:26 +01:00
parent ca72bb420a
commit e92fd90776

View File

@ -16,7 +16,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "file_list.h"
#include "../rgui.h"