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.
This commit is contained in:
Luis de Bethencourt 2016-02-08 13:43:22 +00:00
parent 0eff6e1991
commit bca503a2c4

View file

@ -25,7 +25,6 @@
#include <gst/gst.h>
#include <gst/video/video.h>
#include <gst/video/gstvideoencoder.h>
#include "_stdint.h"
#include <x265.h>
G_BEGIN_DECLS