diff --git a/src/modules/Perl/perlmod.c b/src/modules/Perl/perlmod.c index efaf61fec61566d2a8db9a786cf8105147f487fc..f35c5df6730ea3bc89bc5b4194d517dce1a5d66f 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