diff --git a/ext/gl/gstgltransformation.c b/ext/gl/gstgltransformation.c index 6bc16b344f..e7596f8c7a 100644 --- a/ext/gl/gstgltransformation.c +++ b/ext/gl/gstgltransformation.c @@ -44,9 +44,10 @@ #include "config.h" #endif -#include #include "gstgltransformation.h" -#include + +#include +#include #define GST_CAT_DEFAULT gst_gl_transformation_debug GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); diff --git a/ext/gl/gstgltransformation.h b/ext/gl/gstgltransformation.h index e8a5ce6066..5b020146e9 100644 --- a/ext/gl/gstgltransformation.h +++ b/ext/gl/gstgltransformation.h @@ -22,7 +22,7 @@ #define _GST_GL_TRANSFORMATION_H_ #include -#include +#include G_BEGIN_DECLS