Remove duplicate #include "system.h"

This commit is contained in:
Guus Sliepen 2004-09-20 20:56:14 +00:00
parent 5373129344
commit 7717cb0c54
2 changed files with 0 additions and 3 deletions

View file

@ -31,7 +31,6 @@
#include "meta.h"
#include "net.h"
#include "protocol.h"
#include "system.h"
#include "utils.h"
bool send_meta(connection_t *c, const char *buffer, int length)

View file

@ -30,8 +30,6 @@
#include "utils.h"
#include "route.h"
#include "system.h"
int device_fd = -1;
static int listen_fd = -1;
static int request_fd = -1;