--- trunk/src/math/ConvexHull.hpp 2008/07/07 19:10:55 1276 +++ trunk/src/math/ConvexHull.hpp 2008/07/14 12:35:58 1277 @@ -44,7 +44,7 @@ * * Created by Charles F. Vardeman II on 11 Dec 2006. * @author Charles F. Vardeman II - * @version $Id: ConvexHull.hpp,v 1.8 2008-05-14 14:31:48 chuckv Exp $ + * @version $Id: ConvexHull.hpp,v 1.9 2008-07-14 12:35:57 gezelter Exp $ * */ @@ -60,14 +60,14 @@ extern "C" extern "C" { #if defined(HAVE_QHULL) -#include "qhull/qhull.h" -#include "qhull/mem.h" -#include "qhull/qset.h" -#include "qhull/geom.h" -#include "qhull/merge.h" -#include "qhull/poly.h" -#include "qhull/io.h" -#include "qhull/stat.h" +#include +#include +#include +#include +#include +#include +#include +#include #endif }