Use forward instead of include

Had a bit of an include loop going on there which caused this issue to
occur.
This commit is contained in:
jp9000 2014-02-18 13:43:01 -07:00
parent f2d4de3c03
commit b5bcb1973b

View File

@ -18,12 +18,13 @@
#pragma once #pragma once
#include "media-io-defs.h" #include "media-io-defs.h"
#include "video-scaler.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
struct video_scale_info;
/* Base video output component. Use this to create a video output track. */ /* Base video output component. Use this to create a video output track. */
struct video_output; struct video_output;