diff options
Diffstat (limited to 'graphics/simpleviewer/files/patch-formatpng.cpp')
-rw-r--r-- | graphics/simpleviewer/files/patch-formatpng.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/simpleviewer/files/patch-formatpng.cpp b/graphics/simpleviewer/files/patch-formatpng.cpp deleted file mode 100644 index b910eb4ffbf7..000000000000 --- a/graphics/simpleviewer/files/patch-formatpng.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/formats/formatpng.cpp.orig 2010-08-29 16:33:33.000000000 +0200 -+++ src/formats/formatpng.cpp 2012-05-05 07:46:22.000000000 +0200 -@@ -7,6 +7,7 @@ - - #include "formatpng.h" - #include <png.h> -+#include <pngpriv.h> - #include <string.h> - #include <iostream> - |