Ongoing corrections of include paths to comply the new folder arrangement

This commit is contained in:
Paolo Cignoni 2011-04-03 22:50:59 +00:00
parent 477dd698bd
commit 214904b312
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#define _VCG_FACE_TOPOLOGY
#include <vcg/simplex/face/pos.h>
#include <vcg/complex/trimesh/allocate.h>
#include <algorithm>
namespace vcg {

View File

@ -31,7 +31,7 @@
#include <wrap/gl/shaders.h>
#include <wrap/gl/trimesh.h>
#include <QGLFramebufferObject>
#include <vcg/complex/trimesh/base.h>
#include <vcg/complex/complex.h>
#define GL_TEST_ERR\
{\
GLenum eCode;\