diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp
index da12240aa2eb7ed799354f4d9f57717f15f115ba..65b8ff13cc094c60aa7af73f53a0f0e16a187ad8 100644
--- a/Geo/MElement.cpp
+++ b/Geo/MElement.cpp
@@ -1,4 +1,4 @@
-// $Id: MElement.cpp,v 1.55 2008-02-21 12:47:37 geuzaine Exp $
+// $Id: MElement.cpp,v 1.56 2008-02-21 12:49:49 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -23,7 +23,6 @@
 #include "MElement.h"
 #include "GEntity.h"
 #include "GFace.h"
-#include "GmshMatrix.h"
 
 #if defined(HAVE_GMSH_EMBEDDED)
 #  include "GmshEmbedded.h"
diff --git a/Geo/Makefile b/Geo/Makefile
index d1a24568686eb7890f2bc8c1960a52c1faf4f538..9735db0589a3be8a5a5a8eb6385bbbf0d7620340 100644
--- a/Geo/Makefile
+++ b/Geo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.187 2008-02-21 12:11:12 geuzaine Exp $
+# $Id: Makefile,v 1.188 2008-02-21 12:49:49 geuzaine Exp $
 #
 # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 #
@@ -246,7 +246,6 @@ MFace.o: MFace.cpp MFace.h MVertex.h SPoint3.h SVector3.h \
 MElement.o: MElement.cpp MElement.h ../Common/GmshDefines.h MVertex.h \
   SPoint3.h MEdge.h SVector3.h MFace.h GEntity.h Range.h SBoundingBox3d.h \
   GFace.h GPoint.h GEdgeLoop.h GEdge.h GVertex.h SPoint2.h Pair.h \
-  ../Common/GmshMatrix.h ../Numeric/Numeric.h \
-  ../Numeric/NumericEmbedded.h ../Numeric/FunctionSpace.h \
-  ../Common/Message.h ../Common/Context.h ../DataStr/List.h \
-  ../Mesh/qualityMeasures.h
+  ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \
+  ../Numeric/FunctionSpace.h ../Common/GmshMatrix.h ../Common/Message.h \
+  ../Common/Context.h ../DataStr/List.h ../Mesh/qualityMeasures.h