--- trunk/src/math/ConvexHull.hpp 2008/01/21 21:50:29 1209 +++ trunk/src/math/ConvexHull.hpp 2008/01/23 22:01:34 1222 @@ -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.6 2008-01-21 21:50:29 chuckv Exp $ + * @version $Id: ConvexHull.hpp,v 1.7 2008-01-23 22:01:34 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 }