diff options
Diffstat (limited to 'x11/pixman/files/patch-pixman-private.h')
-rw-r--r-- | x11/pixman/files/patch-pixman-private.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/pixman/files/patch-pixman-private.h b/x11/pixman/files/patch-pixman-private.h deleted file mode 100644 index 4a7ae70e5d91..000000000000 --- a/x11/pixman/files/patch-pixman-private.h +++ /dev/null @@ -1,16 +0,0 @@ ---- pixman/pixman-private.h.orig 2014-06-12 21:43:22.000000000 +0000 -+++ pixman/pixman-private.h 2014-06-12 21:43:38.000000000 +0000 -@@ -1,5 +1,3 @@ --#include <float.h> -- - #ifndef PIXMAN_PRIVATE_H - #define PIXMAN_PRIVATE_H - -@@ -30,6 +28,7 @@ - #include <stdio.h> - #include <string.h> - #include <stddef.h> -+#include <float.h> - - #include "pixman-compiler.h" - |