Remove common.h from here too.

This commit is contained in:
Elizabeth Myers 2016-03-23 10:06:52 -05:00
parent 79435744c7
commit cb5a8bf847
4 changed files with 2 additions and 4 deletions

View File

@ -25,7 +25,7 @@
#include <stdio.h>
#include "setup.h"
#include "common.h"
#include "ircd_defs.h"
extern rb_helper *authd_helper;

View File

@ -97,7 +97,6 @@ typedef struct rb_addrinfo rb_addrinfo;
#include "stdinc.h"
#include "ircd_defs.h"
#include "common.h"
#include "ircd.h"
#include "res.h"
#include "reslib.h"

View File

@ -31,7 +31,7 @@
#include <rb_lib.h>
#include <stdio.h>
#include "rsdb.h"
#include "common.h"
#include "ircd_defs.h"
#define MAXPARA 10

View File

@ -40,7 +40,6 @@
#include <time.h>
#include "stdinc.h"
#include "common.h"
#include "rsdb.h"
#define EmptyString(x) ((x == NULL) || (*(x) == '\0'))