Skip to content

Commit

Permalink
Rename libqhull into internal_libqhull to avoid confusing in includes…
Browse files Browse the repository at this point in the history
… when there's a /usr/include/libqhull (fixes OSGeo#6590)

git-svn-id: https://svn.osgeo.org/gdal/trunk@34641 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Jul 12, 2016
1 parent 1696613 commit d9ba836
Show file tree
Hide file tree
Showing 31 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions gdal/alg/internal_qhull_headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -974,22 +974,22 @@ static gdal_realT qh_stddev();
#pragma warning( disable : 4306 ) /* e.g 'type cast' : conversion from 'long' to 'facetT *' of greater size */
#endif

#include "libqhull/libqhull.h"
#include "libqhull/libqhull.c"
#include "libqhull/poly.c"
#include "libqhull/poly2.c"
#include "libqhull/mem.c"
#include "libqhull/user.c"
#include "libqhull/global.c"
#include "internal_libqhull/libqhull.h"
#include "internal_libqhull/libqhull.c"
#include "internal_libqhull/poly.c"
#include "internal_libqhull/poly2.c"
#include "internal_libqhull/mem.c"
#include "internal_libqhull/user.c"
#include "internal_libqhull/global.c"
/*#include "userprintf.c"*/
#include "libqhull/random.c"
#include "libqhull/qset.c"
#include "libqhull/io.c"
#include "libqhull/usermem.c"
#include "libqhull/geom.c"
#include "libqhull/geom2.c"
#include "libqhull/stat.c"
#include "libqhull/merge.c"
#include "internal_libqhull/random.c"
#include "internal_libqhull/qset.c"
#include "internal_libqhull/io.c"
#include "internal_libqhull/usermem.c"
#include "internal_libqhull/geom.c"
#include "internal_libqhull/geom2.c"
#include "internal_libqhull/stat.c"
#include "internal_libqhull/merge.c"

#ifdef _MSC_VER
#pragma warning( pop )
Expand Down

0 comments on commit d9ba836

Please sign in to comment.