From 214904b312a212397b404d60a2f3d7a773270009 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 3 Apr 2011 22:50:59 +0000 Subject: [PATCH] Ongoing corrections of include paths to comply the new folder arrangement --- vcg/simplex/face/topology.h | 1 - wrap/gl/splatting_apss/splatrenderer.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 782d22d7..2832d718 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -25,7 +25,6 @@ #define _VCG_FACE_TOPOLOGY #include -#include #include namespace vcg { diff --git a/wrap/gl/splatting_apss/splatrenderer.h b/wrap/gl/splatting_apss/splatrenderer.h index e07ab5c6..32b74b0a 100644 --- a/wrap/gl/splatting_apss/splatrenderer.h +++ b/wrap/gl/splatting_apss/splatrenderer.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include #define GL_TEST_ERR\ {\ GLenum eCode;\