forked from github/server
remove bsdstring.h where possible.
This commit is contained in:
parent
54572fe40e
commit
83149de26a
1 changed files with 0 additions and 13 deletions
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue