Ongoing corrections of include paths to comply the new folder arrangement
This commit is contained in:
parent
477dd698bd
commit
214904b312
|
@ -25,7 +25,6 @@
|
||||||
#define _VCG_FACE_TOPOLOGY
|
#define _VCG_FACE_TOPOLOGY
|
||||||
|
|
||||||
#include <vcg/simplex/face/pos.h>
|
#include <vcg/simplex/face/pos.h>
|
||||||
#include <vcg/complex/trimesh/allocate.h>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include <wrap/gl/shaders.h>
|
#include <wrap/gl/shaders.h>
|
||||||
#include <wrap/gl/trimesh.h>
|
#include <wrap/gl/trimesh.h>
|
||||||
#include <QGLFramebufferObject>
|
#include <QGLFramebufferObject>
|
||||||
#include <vcg/complex/trimesh/base.h>
|
#include <vcg/complex/complex.h>
|
||||||
#define GL_TEST_ERR\
|
#define GL_TEST_ERR\
|
||||||
{\
|
{\
|
||||||
GLenum eCode;\
|
GLenum eCode;\
|
||||||
|
|
Loading…
Reference in New Issue