Remove duplicate #include "system.h"
This commit is contained in:
parent
5373129344
commit
7717cb0c54
2 changed files with 0 additions and 3 deletions
|
@ -31,7 +31,6 @@
|
||||||
#include "meta.h"
|
#include "meta.h"
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "system.h"
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
bool send_meta(connection_t *c, const char *buffer, int length)
|
bool send_meta(connection_t *c, const char *buffer, int length)
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "route.h"
|
#include "route.h"
|
||||||
|
|
||||||
#include "system.h"
|
|
||||||
|
|
||||||
int device_fd = -1;
|
int device_fd = -1;
|
||||||
static int listen_fd = -1;
|
static int listen_fd = -1;
|
||||||
static int request_fd = -1;
|
static int request_fd = -1;
|
||||||
|
|
Loading…
Reference in a new issue