diff options
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 9dacbce..56502f2 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -86,14 +86,6 @@ using namespace boost::lambda; #ifdef ENABLE_CGAL -#ifdef _MSC_VER -// see http://en.wikipedia.org/wiki/Stdint.h -// and http://www.mpfr.org/mpfr-2.4.2/#stdint -#include <boost/cstdint.hpp> -using boost::intmax_t; -using boost::uintmax_t; -#endif - #include "CGALCache.h" #include "CGALEvaluator.h" #include "PolySetCGALEvaluator.h" |