Skip to content

Commit

Permalink
remove icebridge from Drivers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Nov 7, 2014
1 parent bdade42 commit 6cf191f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions include/pdal/Drivers.hpp
Expand Up @@ -32,8 +32,7 @@
* OF SUCH DAMAGE.
****************************************************************************/

#ifndef INCLUDED_PDAL_DRIVERS_HPP
#define INCLUDED_PDAL_DRIVERS_HPP
#pragma once

#include <pdal/pdal_config.hpp>

Expand All @@ -47,10 +46,6 @@

#include <pdal/drivers/sbet/Reader.hpp>

#ifdef PDAL_HAVE_HDF5
#include <pdal/drivers/icebridge/Reader.hpp>
#endif

#ifdef PDAL_HAVE_CARIS
#ifndef USE_PDAL_PLUGIN_CARIS
#include <pdal/drivers/caris/CloudReader.hpp>
Expand All @@ -77,10 +72,6 @@
#include <pdal/drivers/nitf/Reader.hpp>
#endif

#ifdef PDAL_HAVE_HDF5
#include <pdal/drivers/icebridge/Reader.hpp>
#endif

#ifdef PDAL_HAVE_SQLITE
#ifndef USE_PDAL_PLUGIN_SQLITE
#include <pdal/drivers/sqlite/SQLiteReader.hpp>
Expand All @@ -94,5 +85,3 @@
#include <pdal/drivers/pgpointcloud/Writer.hpp>
#endif
#endif

#endif

0 comments on commit 6cf191f

Please sign in to comment.