diff --git a/include/pdal/Drivers.hpp b/include/pdal/Drivers.hpp index 94ffe5b72c..43eab38e15 100644 --- a/include/pdal/Drivers.hpp +++ b/include/pdal/Drivers.hpp @@ -32,8 +32,7 @@ * OF SUCH DAMAGE. ****************************************************************************/ -#ifndef INCLUDED_PDAL_DRIVERS_HPP -#define INCLUDED_PDAL_DRIVERS_HPP +#pragma once #include @@ -47,10 +46,6 @@ #include -#ifdef PDAL_HAVE_HDF5 -#include -#endif - #ifdef PDAL_HAVE_CARIS #ifndef USE_PDAL_PLUGIN_CARIS #include @@ -77,10 +72,6 @@ #include #endif -#ifdef PDAL_HAVE_HDF5 -#include -#endif - #ifdef PDAL_HAVE_SQLITE #ifndef USE_PDAL_PLUGIN_SQLITE #include @@ -94,5 +85,3 @@ #include #endif #endif - -#endif