[svn:mod_parrot] r332 - mod_parrot/trunk/src
[email protected] Tue, 12 Feb 2008 09:04:27 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz Date: Tue Feb 12 09:04:25 2008 New Revision: 332 Modified: mod_parrot/trunk/src/context.c mod_parrot/trunk/src/mod_parrot.c mod_parrot/trunk/src/modparrot_config.c mod_parrot/trunk/src/nci.c mod_parrot/trunk/src/parrot_util.c Log: it's safe to include parrot.h now. Modified: mod_parrot/trunk/src/context.c ============================================================================== --- mod_parrot/trunk/src/context.c (original) +++ mod_parrot/trunk/src/context.c Tue Feb 12 09:04:25 2008 @@ -25,7 +25,7 @@ #include "http_main.h" #include "mpm.h" -#include "parrot/resources.h" +#include "parrot/parrot.h" #include "parrot/embed.h" #include "parrot/extend.h" Modified: mod_parrot/trunk/src/mod_parrot.c ============================================================================== --- mod_parrot/trunk/src/mod_parrot.c (original) +++ mod_parrot/trunk/src/mod_parrot.c Tue Feb 12 09:04:25 2008 @@ -28,7 +28,7 @@ #include "http_connection.h" #include "http_main.h" -#include "parrot/resources.h" +#include "parrot/parrot.h" #include "parrot/embed.h" #include "parrot/extend.h" Modified: mod_parrot/trunk/src/modparrot_config.c ============================================================================== --- mod_parrot/trunk/src/modparrot_config.c (original) +++ mod_parrot/trunk/src/modparrot_config.c Tue Feb 12 09:04:25 2008 @@ -21,7 +21,7 @@ #include "http_config.h" #include "apr_strings.h" -#include "parrot/resources.h" +#include "parrot/parrot.h" #include "parrot/embed.h" #include "parrot/extend.h" Modified: mod_parrot/trunk/src/nci.c ============================================================================== --- mod_parrot/trunk/src/nci.c (original) +++ mod_parrot/trunk/src/nci.c Tue Feb 12 09:04:25 2008 @@ -24,7 +24,7 @@ #include "http_config.h" #include "apr_strings.h" -#include "parrot/resources.h" +#include "parrot/parrot.h" #include "parrot/embed.h" #include "parrot/extend.h" Modified: mod_parrot/trunk/src/parrot_util.c ============================================================================== --- mod_parrot/trunk/src/parrot_util.c (original) +++ mod_parrot/trunk/src/parrot_util.c Tue Feb 12 09:04:25 2008 @@ -17,7 +17,7 @@ #include <stdlib.h> #include <apr_file_io.h> -#include "parrot/resources.h" +#include "parrot/parrot.h" #include "parrot/embed.h" #include "parrot/extend.h" #include "mod_parrot.h"