[trunk] clean up redundant includes already handled in opj_includes.h
This commit is contained in:
parent
674d702257
commit
769982d058
1
CHANGES
1
CHANGES
@ -6,6 +6,7 @@ What's New for OpenJPEG
|
||||
+ : added
|
||||
|
||||
November 27, 2011
|
||||
* [jmalik] clean up redundant includes already handled in opj_includes.h
|
||||
* [jmalik] reverted changeset 1091 (see issue #103)
|
||||
|
||||
November 24, 2011
|
||||
|
@ -29,8 +29,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "opj_includes.h"
|
||||
|
||||
|
||||
|
@ -24,10 +24,6 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
//#include "function_list.h"
|
||||
//#include "opj_includes.h"
|
||||
//#include "opj_malloc.h"
|
||||
|
||||
#include "opj_includes.h"
|
||||
|
||||
/**
|
||||
|
@ -33,8 +33,6 @@
|
||||
* \brief Modification of jpip.c from 2KAN indexer
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "opj_includes.h"
|
||||
|
||||
|
||||
|
@ -33,9 +33,6 @@
|
||||
* \brief Modification of jpip.c from 2KAN indexer
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "opj_includes.h"
|
||||
|
||||
/*
|
||||
|
@ -31,7 +31,6 @@
|
||||
*/
|
||||
|
||||
#include "opj_includes.h"
|
||||
#include <math.h>
|
||||
|
||||
static int t1_init_ctxno_zc(int f, int orient) {
|
||||
int h, v, d, n, t, hv;
|
||||
|
@ -33,9 +33,6 @@
|
||||
* \brief Modification of jpip.c from 2KAN indexer
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "opj_includes.h"
|
||||
|
||||
/*
|
||||
|
@ -33,7 +33,6 @@
|
||||
* \brief Modification of jpip.c from 2KAN indexer
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include "opj_includes.h"
|
||||
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
|
Loading…
Reference in New Issue
Block a user