Skip to content

Commit

Permalink
[CGALPlugin] Remove #pragma once in .cpp files (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmarchal authored Jun 25, 2021
1 parent c33a9da commit dc2a724
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* *
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#pragma once

#include <CGALPlugin/BooleanOperations.h>

#include <sofa/core/ObjectFactory.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* *
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#pragma once

#include <CGALPlugin/FrontSurfaceReconstruction.h>

#include <CGAL/Advancing_front_surface_reconstruction.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
* *
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#pragma once

#include <CGALPlugin/PoissonSurfaceReconstruction.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/poisson_surface_reconstruction.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* *
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#pragma once

#include <CGALPlugin/UpsamplePointCloud.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
Expand Down

0 comments on commit dc2a724

Please sign in to comment.