From a5c23a8289856da53fde38173b76e9fec77006d6 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 29 Mar 2012 05:01:52 +0000 Subject: [PATCH] Readded #ifndef around includes --- MagickWand/script-token.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/MagickWand/script-token.c b/MagickWand/script-token.c index c2bf46b1f..163a27aad 100644 --- a/MagickWand/script-token.c +++ b/MagickWand/script-token.c @@ -38,11 +38,13 @@ /* Include declarations. */ -#include "MagickWand/studio.h" -#include "MagickWand/MagickWand.h" -#include "MagickWand/script-token.h" -#include "MagickCore/string-private.h" -#include "MagickCore/utility-private.h" +#ifndef SCRIPT_TOKEN_TESTING +# include "MagickWand/studio.h" +# include "MagickWand/MagickWand.h" +# include "MagickWand/script-token.h" +# include "MagickCore/string-private.h" +# include "MagickCore/utility-private.h" +#endif /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- 2.40.0