Changeset 10559

Show
Ignore:
Timestamp:
02/18/07 15:28:09 (2 years ago)
Author:
piotras
Message:

Headers cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/apis/php4/mgd_preparse.h

    r6749 r10559  
    2121#ifndef MGD_PREPARSE_H 
    2222#define MGD_PREPARSE_H 
    23 #include "mgd_internal.h" 
    24 #include "midgard/midgard.h" 
     23#include "php_midgard.h" 
    2524 
    2625extern MGD_FUNCTION(ret_type, preparse, (type param)); 
  • trunk/src/apis/php4/mgd_preparser.h

    r9093 r10559  
    2121#ifndef MGD_PREPARSER_H 
    2222#define MGD_PREPARSER_H 
    23 #include "mgd_internal.h" 
    24 #include "midgard/midgard.h" 
    25 #include <glib.h> 
     23#include "php_midgard.h" 
    2624 
    2725extern MGD_FUNCTION(ret_type, template, (type param)); 
  • trunk/src/apis/php4/php_midgard.h

    r10556 r10559  
    6666#include <midgard/midgard.h> 
    6767#include "php_midgard_object.h" 
    68 #include "mgd_internal.h" 
    69 //#include "mgd_oop.h" 
     68#include "mgd_oop.h" 
    7069 
    7170#ifdef ZTS 
  • trunk/src/apis/php4/preparse.c

    r10436 r10559  
    2020*/ 
    2121 
    22 #include "mgd_internal.h" 
    23 #include <glib.h> 
     22#include "php_midgard.h" 
    2423 
    2524static void mgd_preparse_buffer_add(char *text, int len, void *userdata) 
  • trunk/src/apis/php4/preparser.c

    r10436 r10559  
    2020 
    2121 
    22 #include "mgd_internal.h" 
     22#include "php_midgard.h" 
    2323#include "zend_highlight.h" 
    2424#include "ext/standard/basic_functions.h" 
    2525#include "mgd_preparser.h" 
    26  
    27 #if HAVE_MIDGARD 
    28  
    29 #include <midgard/midgard.h> 
    3026 
    3127MGD_FUNCTION(ret_type, is_element_loaded, (type param)) 
     
    400396}            
    401397  
    402 #endif /* HAVE_MIDGARD */ 
     398