From 72b9e1635ee99625e977a3f76bb163be4038e36d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 21 Feb 2008 12:49:49 +0000
Subject: [PATCH] *** empty log message ***

---
 Geo/MElement.cpp | 3 +--
 Geo/Makefile     | 9 ++++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp
index da12240aa2..65b8ff13cc 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 d1a2456868..9735db0589 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
-- 
GitLab