diff --git a/surface/include/pcl/surface/concave_hull.h b/surface/include/pcl/surface/concave_hull.h index ef32e129f49..2c47158ee4e 100644 --- a/surface/include/pcl/surface/concave_hull.h +++ b/surface/include/pcl/surface/concave_hull.h @@ -39,9 +39,9 @@ #pragma once +#include #ifdef HAVE_QHULL -#include #include namespace pcl diff --git a/surface/include/pcl/surface/convex_hull.h b/surface/include/pcl/surface/convex_hull.h index 892ae4ac759..ed46c4fa78c 100644 --- a/surface/include/pcl/surface/convex_hull.h +++ b/surface/include/pcl/surface/convex_hull.h @@ -39,10 +39,10 @@ #pragma once +#include #ifdef HAVE_QHULL // PCL includes -#include #include #include #include diff --git a/surface/include/pcl/surface/qhull.h b/surface/include/pcl/surface/qhull.h index 93876a2471a..39eee73e401 100644 --- a/surface/include/pcl/surface/qhull.h +++ b/surface/include/pcl/surface/qhull.h @@ -39,9 +39,8 @@ #pragma once -#ifdef HAVE_QHULL - #include +#ifdef HAVE_QHULL #if defined __GNUC__ # pragma GCC system_header diff --git a/surface/src/concave_hull.cpp b/surface/src/concave_hull.cpp index 5db9f590db4..36d6170ee8c 100644 --- a/surface/src/concave_hull.cpp +++ b/surface/src/concave_hull.cpp @@ -36,8 +36,6 @@ */ #include - - #ifdef HAVE_QHULL #include