From bca503a2c40c42c15aafb07c53909eea055f87ac Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 8 Feb 2016 13:43:22 +0000 Subject: [PATCH] x265enc: get rid of _stdint.h include It was never needed since it doesn't use any standard integer fixed width types. Only the Glib types. --- ext/x265/gstx265enc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/x265/gstx265enc.h b/ext/x265/gstx265enc.h index 58ba7c0358..66a8135c0f 100644 --- a/ext/x265/gstx265enc.h +++ b/ext/x265/gstx265enc.h @@ -25,7 +25,6 @@ #include #include #include -#include "_stdint.h" #include G_BEGIN_DECLS