summarylogtreecommitdiffstats
path: root/airsane-png-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'airsane-png-h.patch')
-rw-r--r--airsane-png-h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/airsane-png-h.patch b/airsane-png-h.patch
deleted file mode 100644
index 901417c6a124..000000000000
--- a/airsane-png-h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/imageformats/pngencoder.cpp b/imageformats/pngencoder.cpp
-index 9fbac9f..1c6c8f6 100644
---- a/imageformats/pngencoder.cpp
-+++ b/imageformats/pngencoder.cpp
-@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
- #include "pngencoder.h"
--#include <libpng/png.h>
-+#include <png.h>
- #include <stdexcept>
- #include <vector>
- #if __APPLE__