shared: drop duplicate c-list.h header

Use the one from the project just imported.
This commit is contained in:
Beniamino Galvani
2018-04-06 16:40:23 +02:00
parent 5f8737bdd5
commit 19876b4cfe
22 changed files with 20 additions and 418 deletions

View File

@@ -22,7 +22,7 @@
#ifndef __C_LIST_UTIL_H__
#define __C_LIST_UTIL_H__
#include "c-list.h"
#include "c-list/src/c-list.h"
/*****************************************************************************/