From f71c9a8276d968af097f003cb0fc6c494e5d783e Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 8 Feb 2008 09:34:58 +0000 Subject: [PATCH] Remove the use of "get_polyhedral_surface.h", to make the demo compile without the octree. --- Surface_mesher/demo/Surface_mesher/qt4-demo/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Surface_mesher/demo/Surface_mesher/qt4-demo/mainwindow.cpp b/Surface_mesher/demo/Surface_mesher/qt4-demo/mainwindow.cpp index 65980c95262..c6b3f4da814 100644 --- a/Surface_mesher/demo/Surface_mesher/qt4-demo/mainwindow.cpp +++ b/Surface_mesher/demo/Surface_mesher/qt4-demo/mainwindow.cpp @@ -12,7 +12,6 @@ #include #include -#include "get_polyhedral_surface.h" #include #include "ui_meshing_bar.h"