PennMUSH Community

Changeset 812

Show
Ignore:
Timestamp:
05/05/07 11:23:59 (2 years ago)
Author:
shawnw
Message:

attrib.h and chunk.h shouldn't include each other.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/branches/devel/hdrs/chunk.h

    r465 r812  
    1 /* This must be first, otherwise dbref will be undefined */ 
    2 #include "attrib.h" 
     1/* Must be included after mushtype.h to get dbref typedef */ 
    32 
    43#ifndef _CHUNK_H_ 
  • 1.8.2/branches/devel/hdrs/mushtype.h

    r523 r812  
    22#define MUSH_TYPES_H 
    33#include "copyrite.h" 
    4 #include "options.h" 
    5 #include <stdio.h> 
    6 #ifdef WIN32 
    7 #include <windows.h> 
    8 #endif 
    94#ifdef HAS_OPENSSL 
    105#include <openssl/ssl.h> 
  • 1.8.2/branches/devel/src/timer.c

    r798 r812  
    3939#include "help.h" 
    4040#include "parse.h" 
     41#include "attrib.h" 
    4142#include "confmagic.h" 
    4243