diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp
index 588c131748cf6676f305d7234d6d570029867e9a..2024ff620d0b4c8b37cd72d8d70b77d87f4f0dc4 100644
--- a/Geo/GModel.cpp
+++ b/Geo/GModel.cpp
@@ -1,4 +1,4 @@
-// $Id: GModel.cpp,v 1.74 2008-03-19 20:09:45 geuzaine Exp $
+// $Id: GModel.cpp,v 1.75 2008-03-19 20:13:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -30,7 +30,6 @@
 #  include "gmshSurface.h"
 #  include "Field.h"
 #  include "Generator.h"
-#  include "BackgroundMesh.h"
 #  include "Context.h"
 #endif
 
diff --git a/Geo/Makefile b/Geo/Makefile
index 8e0dca6f5ec98efed23ff05712c577df41ae43eb..c2108d34c1bc8c9d3cbea85c1f83387c62f1515d 100644
--- a/Geo/Makefile
+++ b/Geo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.195 2008-03-19 17:34:56 geuzaine Exp $
+# $Id: Makefile,v 1.196 2008-03-19 20:13:45 geuzaine Exp $
 #
 # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 #
@@ -166,7 +166,7 @@ GModel.o: GModel.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \
   ../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \
   ../Common/SmoothData.h ../Post/PView.h ../Post/PViewData.h \
   ../Geo/SBoundingBox3d.h ../Post/PViewOptions.h ../Post/ColorTable.h \
-  ../Mesh/Generator.h ../Mesh/BackgroundMesh.h ../Common/Context.h
+  ../Mesh/Generator.h ../Common/Context.h
 GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \
   SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \
   GFace.h GEdgeLoop.h Pair.h GRegion.h Geo.h ../Common/GmshDefines.h \