deheader cleanup

This commit is contained in:
Ian Gulliver
2016-03-07 15:19:00 -08:00
parent db271db748
commit ff4f4da608
22 changed files with 20 additions and 60 deletions

View File

@@ -1,15 +1,8 @@
#include <assert.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/epoll.h>
#include <time.h>
#include <unistd.h>
#include "list.h"
#include "peer.h"
#include "rand.h"