Remove useless forward declarations

The required headers are included anyway.
This commit is contained in:
Romain Vimont 2017-12-15 17:19:43 +01:00
parent b9c9466d65
commit a9b276aa67
2 changed files with 0 additions and 4 deletions

View file

@ -5,8 +5,6 @@
#include <SDL2/SDL_net.h>
struct frames;
typedef struct SDL_Thread SDL_Thread;
typedef struct SDL_mutex SDL_mutex;
struct decoder {
struct frames *frames;

View file

@ -5,8 +5,6 @@
// forward declarations
typedef struct AVFrame AVFrame;
typedef struct SDL_mutex SDL_mutex;
typedef struct SDL_cond SDL_cond;
struct frames {
AVFrame *decoding_frame;