misc cleanup

This commit is contained in:
Akkadius
2014-12-15 22:21:57 -06:00
parent f8a1825845
commit c1e5d8b7dc
2 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -9,13 +9,14 @@
#include <map>
#include <iostream>
#include <zlib.h>
#ifndef WIN32
#include <sys/time.h>
#endif
#include <time.h>
#include "misc.h"
#include "types.h"
#include <cstdlib>
#include <cstring>
#define ENC(c) (((c) & 0x3f) + ' ')