#! /bin/sh /usr/share/dpatch/dpatch-run ## 11_early-png-header.dpatch by Daniel Schepler ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. ## ## Pathing altered for convient use by Lunar Linux build scripts ## by Dennis Veatch @DPATCH@ diff -urNad src/dialogs/export.cpp src/dialogs/export.cpp --- src/dialogs/export.cpp 2009-04-21 22:26:34.000000000 +0000 +++ src/dialogs/export.cpp 2009-04-21 22:26:44.000000000 +0000 @@ -20,6 +20,7 @@ # include "config.h" #endif +#include #include #include #include @@ -60,7 +61,6 @@ #include "io/sys.h" #include "helper/png-write.h" -#include #define SP_EXPORT_MIN_SIZE 1.0 diff -urNad src/main.cpp src/main.cpp --- src/main.cpp 2009-04-21 22:18:48.000000000 +0000 +++ src/main.cpp 2009-04-21 22:27:00.000000000 +0000 @@ -28,6 +28,8 @@ #endif #include "path-prefix.h" +#include + #include #ifdef HAVE_IEEEFP_H @@ -111,7 +113,6 @@ #include "main-cmdlineact.h" -#include #include enum { diff -urNad src/sp-image.cpp src/sp-image.cpp --- src/sp-image.cpp 2009-04-21 22:26:34.000000000 +0000 +++ src/sp-image.cpp 2009-04-21 22:26:44.000000000 +0000 @@ -17,6 +17,7 @@ # include "config.h" #endif +#include #include #include #include @@ -41,7 +42,6 @@ #include "libnr/nr-matrix-fns.h" #include "io/sys.h" -#include #if ENABLE_LCMS #include "color-profile-fns.h" #include "color-profile.h"