Skip to content
Snippets Groups Projects
Commit f241ef2f authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: remove dependencies

parent 86285386
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@
#include "itkMutexLock.h"
#include "itkMutexLockHolder.h"
#include "otbCurlHelperInterface.h"
#include "otbImageIOFactory.h"
#include "otbConfigure.h"
#include "otbONERAImageIOFactory.h"
#include "otbMSTARImageIOFactory.h"
......@@ -101,10 +101,9 @@ ImageIOFactory::RegisterBuiltInFactories()
#ifdef OTB_USE_JPEG2000
itk::ObjectFactoryBase::RegisterFactory(JPEG2000ImageIOFactory::New());
#endif
if (CurlHelperInterface::IsCurlAvailable())
{
itk::ObjectFactoryBase::RegisterFactory(TileMapImageIOFactory::New());
}
#ifdef OTB_CURL_MULTI_AVAILABLE
itk::ObjectFactoryBase::RegisterFactory(TileMapImageIOFactory::New());
#endif
itk::ObjectFactoryBase::RegisterFactory(GDALImageIOFactory::New());
itk::ObjectFactoryBase::RegisterFactory(MWImageIOFactory::New());
itk::ObjectFactoryBase::RegisterFactory(ONERAImageIOFactory::New());
......
......@@ -20,7 +20,6 @@
#include "itkNumericTraits.h"
#include "otbVectorDataProperties.h"
#include "otbSpatialisationFilter.h"
namespace otb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment