Remove common.h from lexer and parser

This commit is contained in:
Elizabeth Myers 2016-03-23 10:09:53 -05:00
parent cb5a8bf847
commit 28c94d6598
2 changed files with 0 additions and 2 deletions

View file

@ -33,7 +33,6 @@
#include "stdinc.h"
#include "ircd_defs.h"
#include "common.h"
#include "defaults.h"
#include "logger.h"
#include "s_conf.h"

View file

@ -13,7 +13,6 @@
#define WE_ARE_MEMORY_C
#include "stdinc.h"
#include "setup.h"
#include "common.h"
#include "ircd_defs.h"
#include "defaults.h"
#include "client.h"