use #include "file.h" instead of #include <file.h> in HACD

This commit is contained in:
erwin.coumans
2012-01-29 18:06:47 +00:00
parent 79b78e6469
commit 99ab91b451
11 changed files with 33 additions and 33 deletions

View File

@@ -32,9 +32,9 @@ All rights reserved.
#define HACD_MANIFOLD_MESH_H
#include <iostream>
#include <fstream>
#include <hacdVersion.h>
#include <hacdCircularList.h>
#include <hacdVector.h>
#include "hacdVersion.h"
#include "hacdCircularList.h"
#include "hacdVector.h"
#include <set>
namespace HACD
{
@@ -247,4 +247,4 @@ namespace HACD
Vec3<double> & pa, Vec3<double> & pb,
double & mua, double &mub);
}
#endif
#endif