cmake: do not check lws_config.h

This commit is contained in:
Shuanglei Tao
2018-11-29 22:37:47 +08:00
parent 4d5a099c58
commit cb7fe0c347
2 changed files with 0 additions and 6 deletions

View File

@@ -8,9 +8,6 @@
#include <signal.h>
#include <sys/stat.h>
#ifdef HAVE_LWS_CONFIG_H
#include "lws_config.h"
#endif
#include <libwebsockets.h>
#include <json.h>