diff --git a/doc/advanced/content/pcl_style_guide.rst b/doc/advanced/content/pcl_style_guide.rst index 3097417eb1a..aafbe48692b 100644 --- a/doc/advanced/content/pcl_style_guide.rst +++ b/doc/advanced/content/pcl_style_guide.rst @@ -337,13 +337,7 @@ For consistent usage, headers should be included in the following order with alp .. code-block:: cpp #include - - .. code-block:: cpp - #include - - .. code-block:: cpp - #include #. The main PCL includes of common module. These are the header files in the ``pcl/common/include/pcl/`` directory. @@ -353,13 +347,7 @@ For consistent usage, headers should be included in the following order with alp .. code-block:: cpp #include - - .. code-block:: cpp - #include - - .. code-block:: cpp - #include 2. Major 3rd-Party components of tests and modules