minor changes in header inclusions

This commit is contained in:
Antonin Descampe
2010-11-15 11:08:03 +00:00
parent 2b7f6f82be
commit 709068ef5b
7 changed files with 9 additions and 6 deletions

View File

@@ -29,12 +29,13 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <opj_config.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "../opj_config.h"
#include "openjpeg.h"
#include "compat/getopt.h"
#include "convert.h"