Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Co-authored-by: Sérgio Agostinho <sergio.r.agostinho@gmail.com>
  • Loading branch information
diivm and SergioRAgostinho committed May 7, 2020
1 parent 1f52a71 commit 3a6fd33
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions doc/advanced/content/pcl_style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,7 @@ For consistent usage, headers should be included in the following order with alp
.. code-block:: cpp
#include <pcl/common/common.h>
.. code-block:: cpp
#include <pcl/simulation/camera.h>
.. code-block:: cpp
#include <pcl/ml/dt/decision_forest.h>
#. The main PCL includes of common module. These are the header files in the ``pcl/common/include/pcl/`` directory.
Expand All @@ -353,13 +347,7 @@ For consistent usage, headers should be included in the following order with alp
.. code-block:: cpp
#include <pcl/memory.h>
.. code-block:: cpp
#include <pcl/pcl_macros.h>
.. code-block:: cpp
#include <pcl/point_cloud.h>
2. Major 3rd-Party components of tests and modules
Expand Down

0 comments on commit 3a6fd33

Please sign in to comment.