From 06de068c135b879746fe17814088ed98bdecf0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 9 Feb 1999 17:30:51 -0800 Subject: [PATCH] bugfix for dependencies Rev: src/modules/Perl/perlmod.c:1.5 --- src/modules/Perl/perlmod.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/Perl/perlmod.c b/src/modules/Perl/perlmod.c index efaf61fec6..f35c5df673 100644 --- a/src/modules/Perl/perlmod.c +++ b/src/modules/Perl/perlmod.c @@ -1,12 +1,12 @@ -#include <global.h> -#include <svalue.h> -#include <array.h> -#include <stralloc.h> -#include <interpret.h> -#include <module_support.h> -#include <threads.h> -#include <mapping.h> -#include <perl_machine.h> +#include "global.h" +#include "svalue.h" +#include "array.h" +#include "stralloc.h" +#include "interpret.h" +#include "module_support.h" +#include "threads.h" +#include "mapping.h" +#include "perl_machine.h" #ifdef HAVE_PERL -- GitLab