From: Jon Parise Date: Fri, 3 Aug 2001 19:11:31 +0000 (+0000) Subject: Full include paths are preferrable. X-Git-Tag: PRE_ENGINE2_SPLIT~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9db1d22659dcef2888450c41e826a9eb43b9a7b9;p=php Full include paths are preferrable. --- diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index a7794592d1..60f6cf87bd 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -35,8 +35,8 @@ #include #include "php_sysvshm.h" -#include "../standard/php_var.h" -#include "../standard/php_smart_str.h" +#include "ext/standard/php_var.h" +#include "ext/standard/php_smart_str.h" /* {{{ sysvshm_functions[] */