assert.h move to private header
https://github.com/warmcat/libwebsockets/issues/356 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
bb085dab04
commit
112f9806ac
2 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,6 @@ extern "C" {
|
|||
#include <ev.h>
|
||||
#endif /* LWS_USE_LIBEV */
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef LWS_EXTERN
|
||||
#define LWS_EXTERN extern
|
||||
#endif
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef LWS_HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue