Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/BoundaryTriangleSet.cpp

    rd74077 rbf3817  
    66 */
    77
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
     13#include "Helpers/MemDebug.hpp"
     14
    815#include "BoundaryTriangleSet.hpp"
    916
     
    1522
    1623#include "Helpers/Assert.hpp"
    17 #include "info.hpp"
    18 #include "Line.hpp"
    19 #include "log.hpp"
    20 #include "Plane.hpp"
    21 #include "vector.hpp"
    22 #include "verbose.hpp"
     24#include "Helpers/Info.hpp"
     25#include "LinearAlgebra/Line.hpp"
     26#include "Helpers/Log.hpp"
     27#include "LinearAlgebra/Plane.hpp"
     28#include "LinearAlgebra/Vector.hpp"
     29#include "Helpers/Verbose.hpp"
    2330
    2431using namespace std;
Note: See TracChangeset for help on using the changeset viewer.