[trunk] clean up redundant includes already handled in opj_includes.h

This commit is contained in:
Julien Malik 2011-11-27 21:57:16 +00:00
parent 674d702257
commit 769982d058
8 changed files with 1 additions and 16 deletions

View File

@ -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

View File

@ -29,8 +29,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdio.h>
#include <stdlib.h>
#include "opj_includes.h"

View File

@ -24,10 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
//#include "function_list.h"
//#include "opj_includes.h"
//#include "opj_malloc.h"
#include "opj_includes.h"
/**

View File

@ -33,8 +33,6 @@
* \brief Modification of jpip.c from 2KAN indexer
*/
#include <stdlib.h>
#include <math.h>
#include "opj_includes.h"

View File

@ -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"
/*

View File

@ -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;

View File

@ -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"
/*

View File

@ -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))