Skip to content
Snippets Groups Projects
Commit fe1de714 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing wrong include files

parent b0f40771
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ extern "C" ...@@ -16,7 +16,7 @@ extern "C"
{ {
#include <cstdio> /** for size_t */ #include <cstdio> /** for size_t */
#include <csetjmp> /** for jmp_buf */ #include <csetjmp> /** for jmp_buf */
#include <itkjpeg/8/jpeglib.h> /** for jpeg stuff */ #include <jpeglib.h> /** for jpeg stuff */
/** @brief Extended error handler struct. */ /** @brief Extended error handler struct. */
......
...@@ -37,7 +37,7 @@ extern "C" ...@@ -37,7 +37,7 @@ extern "C"
# define XMD_H # define XMD_H
# endif # endif
#endif #endif
#include <itkjpeg/8/jpeglib.h> #include <jpeglib.h>
#include <setjmp.h> #include <setjmp.h>
} }
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
/* #include <jinclude.h> */ /* #include <jinclude.h> */
#include <ossim/imaging/ossimJpegMemSrc.h> #include <ossim/imaging/ossimJpegMemSrc.h>
#include <itkjpeg/8/jerror.h> #include <jerror.h>
extern "C" extern "C"
{ {
void ossimJpegErrorExit (j_common_ptr cinfo) void ossimJpegErrorExit (j_common_ptr cinfo)
......
...@@ -20,7 +20,7 @@ extern "C" ...@@ -20,7 +20,7 @@ extern "C"
# define XMD_H # define XMD_H
# endif # endif
#endif #endif
#include <itkjpeg/8/jpeglib.h> #include <jpeglib.h>
} }
#include <ossim/imaging/ossimJpegWriter.h> #include <ossim/imaging/ossimJpegWriter.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// //
//******************************************************************* //*******************************************************************
// $Id: ossimNitfTileSource.cpp 12988 2008-06-04 16:49:43Z gpotts $ // $Id: ossimNitfTileSource.cpp 12988 2008-06-04 16:49:43Z gpotts $
#include <itkjpeg/8/jerror.h> #include <jerror.h>
#include <ossim/imaging/ossimNitfTileSource.h> #include <ossim/imaging/ossimNitfTileSource.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment