Removed old Common.h

This commit is contained in:
Joseph Henry 2015-11-12 14:35:58 -08:00
commit fa7220ec0e
3 changed files with 2 additions and 32 deletions

View file

@ -36,6 +36,8 @@
#include <arpa/inet.h>
#include <netinet/in.h>
#include <pthread.h>
#include <fcntl.h>
#define DEBUG_LEVEL 5
@ -43,8 +45,6 @@
#define MSG_INFO 1 // Information which is generally useful to any user
#define MSG_DEBUG 2 // Information which is only useful to someone debugging
#include "Common.h"
#ifdef NETCON_INTERCEPT
extern pthread_mutex_t loglock;