From: Ari Johnson Date: Sun, 17 Apr 2011 22:42:24 +0000 (-0400) Subject: Removed references to confmagic.h in hdrs/*.h X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=0db60afb57a3fb6723172c69da218932dddf821a;p=cobramush.git Removed references to confmagic.h in hdrs/*.h --- diff --git a/hdrs/csrimalloc.h b/hdrs/csrimalloc.h index 9140763..44996f1 100644 --- a/hdrs/csrimalloc.h +++ b/hdrs/csrimalloc.h @@ -10,7 +10,6 @@ #include "config.h" #define univptr_t Malloc_t #define memsize_t size_t -#include "confmagic.h" /* * defined so users of new features of this malloc can #ifdef diff --git a/hdrs/externs.h b/hdrs/externs.h index eac9013..3ccc09e 100644 --- a/hdrs/externs.h +++ b/hdrs/externs.h @@ -27,7 +27,6 @@ #include "compile.h" #include "mushtype.h" #include "dbdefs.h" -#include "confmagic.h" #include "mypcre.h" #ifndef HAVE_STRCASECMP diff --git a/hdrs/mysocket.h b/hdrs/mysocket.h index 2cfd2e1..026dcdd 100644 --- a/hdrs/mysocket.h +++ b/hdrs/mysocket.h @@ -9,7 +9,6 @@ #include "copyrite.h" #include "config.h" -#include "confmagic.h" #ifdef WIN32 #ifndef FD_SETSIZE diff --git a/hdrs/parse.h b/hdrs/parse.h index c149663..93c2b29 100644 --- a/hdrs/parse.h +++ b/hdrs/parse.h @@ -17,7 +17,6 @@ #include #include -#include "confmagic.h" /* These are some common error messages. */ extern char e_int[]; /* #-1 ARGUMENT MUST BE INTEGER */ diff --git a/hdrs/privtab.h b/hdrs/privtab.h index e1dd1cf..a32077d 100644 --- a/hdrs/privtab.h +++ b/hdrs/privtab.h @@ -6,7 +6,6 @@ #include "copyrite.h" #include "config.h" -#include "confmagic.h" typedef struct priv_info PRIV; diff --git a/hdrs/shs.h b/hdrs/shs.h index a13e4c0..3f9d744 100644 --- a/hdrs/shs.h +++ b/hdrs/shs.h @@ -5,7 +5,6 @@ #ifdef HAVE_STDINT #include #endif -#include "confmagic.h" /* -------------- SHS.H --------------------------- */