mirror of https://github.com/CGAL/cgal
Remove redundant and unnecessary includes
This commit is contained in:
parent
7ac433c388
commit
ca6caea296
|
|
@ -9,8 +9,6 @@
|
|||
// surface mesh
|
||||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/Polyhedron_items_3.h>
|
||||
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
|
||||
#include <CGAL/IO/Polyhedron_iostream.h>
|
||||
|
||||
#include <CGAL/Has_timestamp.h>
|
||||
#include <CGAL/tags.h>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include "properties.h"
|
||||
|
||||
#include <CGAL/Surface_mesh/Surface_mesh.h>
|
||||
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
|
||||
#include <CGAL/boost/graph/properties.h>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#include <CGAL/Three/Viewer_interface.h>
|
||||
#include <CGAL/intersections.h>
|
||||
#include "Kernel_type.h"
|
||||
#include <CGAL/IO/Polyhedron_iostream.h>
|
||||
#include <CGAL/IO/File_writer_wavefront.h>
|
||||
#include <CGAL/IO/generic_copy_OFF.h>
|
||||
#include <CGAL/IO/OBJ_reader.h>
|
||||
|
|
@ -14,7 +13,6 @@
|
|||
#include <CGAL/Polygon_mesh_processing/connected_components.h>
|
||||
#include <CGAL/Polygon_mesh_processing/measure.h>
|
||||
#include <CGAL/Polygon_mesh_processing/self_intersections.h>
|
||||
#include <CGAL/Polygon_mesh_processing/repair.h>
|
||||
#include <CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h>
|
||||
#include <CGAL/Polygon_mesh_processing/orient_polygon_soup.h>
|
||||
#include <CGAL/boost/graph/selection.h>
|
||||
|
|
@ -22,7 +20,6 @@
|
|||
#include <CGAL/statistics_helpers.h>
|
||||
|
||||
#include <list>
|
||||
#include <queue>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#include "Scene_surface_mesh_item.h"
|
||||
|
||||
#include "Color_map.h"
|
||||
#include <queue>
|
||||
|
||||
#include <boost/graph/properties.hpp>
|
||||
#include <boost/graph/graph_traits.hpp>
|
||||
|
||||
#include <QOpenGLShaderProgram>
|
||||
#include <QInputDialog>
|
||||
#include <QOpenGLBuffer>
|
||||
|
|
@ -12,7 +13,6 @@
|
|||
#include <QMessageBox>
|
||||
#include <QMenu>
|
||||
|
||||
//#include <CGAL/boost/graph/properties_Surface_mesh.h>
|
||||
#include <CGAL/Surface_mesh.h>
|
||||
#include <CGAL/Surface_mesh/IO.h>
|
||||
#include <CGAL/intersections.h>
|
||||
|
|
@ -21,8 +21,7 @@
|
|||
|
||||
#include <CGAL/Polygon_mesh_processing/connected_components.h>
|
||||
#include <CGAL/Polygon_mesh_processing/compute_normal.h>
|
||||
#include <CGAL/Polygon_mesh_processing/repair.h>
|
||||
|
||||
#include <CGAL/Polygon_mesh_processing/self_intersections.h>
|
||||
#include <CGAL/Polygon_mesh_processing/orient_polygon_soup.h>
|
||||
#include <CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h>
|
||||
#include "triangulate_primitive.h"
|
||||
|
|
@ -33,7 +32,6 @@
|
|||
#include <CGAL/Polygon_mesh_processing/measure.h>
|
||||
#include <CGAL/statistics_helpers.h>
|
||||
|
||||
#include <QMenu>
|
||||
#include "id_printing.h"
|
||||
|
||||
//Used to triangulate the AABB_Tree
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
#include <map>
|
||||
#include <boost/property_map/property_map.hpp>
|
||||
|
||||
#include <CGAL/Polygon_mesh_processing/repair.h>
|
||||
|
||||
|
||||
template<typename Mesh>
|
||||
void angles(Mesh* poly, double& mini, double& maxi, double& ave)
|
||||
|
|
|
|||
Loading…
Reference in New Issue