mpeg2: remove unused includes from header
The MPEG2 header doesn't need any header, since it's only using pointers. Remove them, and add them to the mpeg2 file when needed. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
@@ -23,8 +23,10 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "context.h"
|
||||||
#include "sunxi_cedrus.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "mpeg2.h"
|
#include "mpeg2.h"
|
||||||
|
#include "surface.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
+2
-6
@@ -26,12 +26,8 @@
|
|||||||
#ifndef _MPEG2_H_
|
#ifndef _MPEG2_H_
|
||||||
#define _MPEG2_H_
|
#define _MPEG2_H_
|
||||||
|
|
||||||
#include <va/va_backend.h>
|
struct object_surface;
|
||||||
|
struct sunxi_cedrus_driver_data;
|
||||||
#include "context.h"
|
|
||||||
#include "buffer.h"
|
|
||||||
|
|
||||||
#include "surface.h"
|
|
||||||
|
|
||||||
int mpeg2_set_controls(struct sunxi_cedrus_driver_data *driver_data,
|
int mpeg2_set_controls(struct sunxi_cedrus_driver_data *driver_data,
|
||||||
struct object_surface *surface_object);
|
struct object_surface *surface_object);
|
||||||
|
|||||||
Reference in New Issue
Block a user