If we're compiling the bundled libgd, `HAVE_GD_BUNDLED` is set, so
there is no need to check for this macro again.
-#if HAVE_GD_BUNDLED
-# include "gd.h"
-# include "gdhelpers.h"
-#else
-# include <gd.h>
-# include "libgd/gdhelpers.h"
-#endif
+#include "gd.h"
+#include "gdhelpers.h"
#include "gd_intern.h"
#include "php.h"
-#if HAVE_GD_BUNDLED
-# include "gd.h"
-#else
-# include <gd.h>
-#endif
+#include "gd.h"
#include "gd_intern.h"
-#if HAVE_GD_BUNDLED
-# include "gd.h"
-#else
-# include <gd.h>
-#endif
+#include "gd.h"
#include "gd_intern.h"
#include <math.h>