Skip to content

Commit

Permalink
[apps] Minor header reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Jun 5, 2019
1 parent ac71c5d commit d2986a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#include <pcl/io/io.h>
#include <pcl/io/pcd_io.h>
#include <pcl/apps/3d_rec_framework/utils/vtk_model_sampling.h>

#include <vtkTransformPolyDataFilter.h>

#include <functional>

namespace pcl
Expand Down
4 changes: 3 additions & 1 deletion apps/include/pcl/apps/render_views_tesselated_sphere.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

#pragma once

#include <pcl/common/common.h>

#include <vtkSmartPointer.h>
#include <vtkPolyData.h>
#include <pcl/common/common.h>

#include <functional>

namespace pcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@

#pragma once

#include <QGLWidget>
#include <pcl/apps/point_cloud_editor/localTypes.h>
#include <pcl/apps/point_cloud_editor/common.h>
#include <pcl/apps/point_cloud_editor/commandQueue.h>
#include <pcl/apps/point_cloud_editor/denoiseParameterForm.h>
#include <pcl/apps/point_cloud_editor/statisticsDialog.h>
#include <pcl/apps/point_cloud_editor/toolInterface.h>

#include <QGLWidget>

#include <functional>

/// @brief class declaration for the widget for editing and viewing
Expand Down

0 comments on commit d2986a3

Please sign in to comment.