remove bsdstring.h where possible.

This commit is contained in:
Enno Rehling 2017-12-30 20:09:48 +01:00
parent 54572fe40e
commit 83149de26a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#ifdef _MSC_VER
#include <platform.h>
#endif
#include <CuTest.h>
#include "bsdstring.h"
#include <errno.h>
#include <string.h>
CuSuite *get_bsdstring_suite(void)
{
CuSuite *suite = CuSuiteNew();
return suite;
}