Library - fix

Fix of includes
This commit is contained in:
wforums 2014-08-12 14:32:28 +02:00
parent c52283676a
commit 0a15c2d16e
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#ifndef _XDS_H
#define _XDS_H
#include "ccx_encoders_common.h"
#include "ccx_decoders_common.h"
#include "ccx_encoders_common.h"
void process_xds_bytes(const unsigned char hi, int lo);
void do_end_of_xds(struct cc_subtitle *sub, unsigned char expected_checksum);

View File

@ -1,7 +1,7 @@
#ifndef _CC_ENCODER_COMMON_H
#define _CC_ENCODER_COMMON_H
#include "ccx_decoders_structs.h"
#include "ccx_common_structs.h"
#include "ccx_encoders_structs.h"
#define REQUEST_BUFFER_CAPACITY(ctx,length) if (length>ctx->capacity) \