From d72325ee5c4cf54a69aef2ee8fe15def3f4ad848 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 16 Jan 2006 17:55:44 +0000
Subject: [PATCH] remove extra include

---
 Box/Main.cpp           | 3 +--
 Box/Makefile           | 4 ++--
 Fltk/Callbacks.cpp     | 3 +--
 Fltk/Makefile          | 4 ++--
 Graphics/Draw.cpp      | 3 +--
 Graphics/Makefile      | 5 ++---
 Mesh/Makefile          | 6 +++---
 Mesh/PartitionMesh.cpp | 3 +--
 Mesh/Read_Mesh.cpp     | 3 +--
 9 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/Box/Main.cpp b/Box/Main.cpp
index 895f25ae7f..2998d520ff 100644
--- a/Box/Main.cpp
+++ b/Box/Main.cpp
@@ -1,4 +1,4 @@
-// $Id: Main.cpp,v 1.52 2006-01-06 00:34:20 geuzaine Exp $
+// $Id: Main.cpp,v 1.53 2006-01-16 17:55:43 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -41,7 +41,6 @@
 #include "Options.h"
 #include "OpenFile.h"
 #include "CommandLine.h"
-#include "MinMax.h"
 
 char yyname[256] = "";
 int yyerrorstate = 0;
diff --git a/Box/Makefile b/Box/Makefile
index 7d45dc5b1d..5605c7f311 100644
--- a/Box/Makefile
+++ b/Box/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.29 2006-01-06 00:34:20 geuzaine Exp $
+# $Id: Makefile,v 1.30 2006-01-16 17:55:43 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -60,4 +60,4 @@ Main.o: Main.cpp ../Parallel/ParUtil.h ../Plugin/PluginManager.h \
  ../Mesh/Mesh.h ../Mesh/Vertex.h ../Mesh/Element.h ../Mesh/Simplex.h \
  ../Mesh/Face.h ../Mesh/Edge.h ../Geo/ExtrudeParams.h ../Mesh/Metric.h \
  ../Mesh/Mesh.h ../Mesh/Matrix.h ../Parser/Parser.h ../Common/Context.h \
- ../Parser/OpenFile.h ../Common/CommandLine.h ../Geo/MinMax.h
+ ../Parser/OpenFile.h ../Common/CommandLine.h
diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index f15bade5b0..c25e51261a 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.398 2006-01-16 16:55:04 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.399 2006-01-16 17:55:43 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -47,7 +47,6 @@
 #include "Plugin.h"
 #include "PluginManager.h"
 #include "Visibility.h"
-#include "MinMax.h"
 #include "Numeric.h"
 #include "Solvers.h"
 
diff --git a/Fltk/Makefile b/Fltk/Makefile
index fbb851af1b..2ee9e7678c 100644
--- a/Fltk/Makefile
+++ b/Fltk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.78 2006-01-14 16:24:54 geuzaine Exp $
+# $Id: Makefile,v 1.79 2006-01-16 17:55:43 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -142,7 +142,7 @@ Callbacks.o: Callbacks.cpp ../Mesh/BDS.h ../Common/Gmsh.h \
   ../Common/Context.h ../Common/Options.h GUI.h Opengl_Window.h \
   Colorbar_Window.h GUI_Extras.h Callbacks.h ../Plugin/Plugin.h \
   ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Visibility.h \
-  ../Geo/MinMax.h Solvers.h
+  Solvers.h
 Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \
   ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
   ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
diff --git a/Graphics/Draw.cpp b/Graphics/Draw.cpp
index 0b647f032f..3911ba4d63 100644
--- a/Graphics/Draw.cpp
+++ b/Graphics/Draw.cpp
@@ -1,4 +1,4 @@
-// $Id: Draw.cpp,v 1.94 2006-01-10 03:58:31 geuzaine Exp $
+// $Id: Draw.cpp,v 1.95 2006-01-16 17:55:43 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -26,7 +26,6 @@
 #include "Mesh.h"
 #include "Draw.h"
 #include "Context.h"
-#include "MinMax.h"
 #include "Numeric.h"
 
 extern Context_T CTX;
diff --git a/Graphics/Makefile b/Graphics/Makefile
index 65b8fd01f9..4e259fe42c 100644
--- a/Graphics/Makefile
+++ b/Graphics/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.76 2006-01-14 16:24:54 geuzaine Exp $
+# $Id: Makefile,v 1.77 2006-01-16 17:55:43 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -81,8 +81,7 @@ Draw.o: Draw.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \
   ../Mesh/Matrix.h ../Geo/ExtrudeParams.h Draw.h ../Common/Views.h \
   ../Common/ColorTable.h ../Common/VertexArray.h \
   ../Common/SmoothNormals.h ../Common/GmshMatrix.h \
-  ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Context.h \
-  ../Geo/MinMax.h
+  ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Context.h
 Mesh.o: Mesh.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \
   ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \
   ../DataStr/List.h ../DataStr/Tree.h ../Common/GmshUI.h ../Geo/Geo.h \
diff --git a/Mesh/Makefile b/Mesh/Makefile
index 129c4e558b..d1ccf60349 100644
--- a/Mesh/Makefile
+++ b/Mesh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.101 2006-01-14 16:24:54 geuzaine Exp $
+# $Id: Makefile,v 1.102 2006-01-16 17:55:43 geuzaine Exp $
 #
 # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 #
@@ -371,7 +371,7 @@ Read_Mesh.o: Read_Mesh.cpp ../Common/Gmsh.h ../Common/Message.h \
   ../Common/SmoothNormals.h ../Numeric/Numeric.h ../Mesh/Metric.h \
   ../Mesh/Vertex.h ../Mesh/Simplex.h ../Mesh/Mesh.h ../Mesh/Matrix.h \
   ../Geo/ExtrudeParams.h Mesh.h 3D_Mesh.h Create.h Vertex.h \
-  ../Geo/MinMax.h ../Common/Context.h PartitionMesh.h
+  ../Common/Context.h PartitionMesh.h
 DiscreteSurface.o: DiscreteSurface.cpp ../Common/Gmsh.h \
   ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \
   ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \
@@ -439,7 +439,7 @@ PartitionMesh.o: PartitionMesh.cpp ../Common/Gmsh.h ../Common/Message.h \
   ../Common/SmoothNormals.h Metric.h Matrix.h ../Geo/CAD.h ../Mesh/Mesh.h \
   ../Mesh/Vertex.h ../Geo/ExtrudeParams.h ../Geo/Geo.h Create.h \
   Interpolation.h ../Common/Context.h BDS.h PartitionMesh.h \
-  ../Parser/OpenFile.h ../Geo/MinMax.h
+  ../Parser/OpenFile.h
 Smoothing.o: Smoothing.cpp ../Common/Gmsh.h ../Common/Message.h \
   ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \
   ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \
diff --git a/Mesh/PartitionMesh.cpp b/Mesh/PartitionMesh.cpp
index 8f72583d6d..3cb9c976c7 100644
--- a/Mesh/PartitionMesh.cpp
+++ b/Mesh/PartitionMesh.cpp
@@ -1,4 +1,4 @@
-// $Id: PartitionMesh.cpp,v 1.7 2006-01-06 00:34:26 geuzaine Exp $
+// $Id: PartitionMesh.cpp,v 1.8 2006-01-16 17:55:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -30,7 +30,6 @@
 #include "BDS.h"
 #include "PartitionMesh.h"
 #include "OpenFile.h"
-#include "MinMax.h"
 
 #ifdef HAVE_METIS
 extern "C"
diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp
index 68d6089158..ebcde4574d 100644
--- a/Mesh/Read_Mesh.cpp
+++ b/Mesh/Read_Mesh.cpp
@@ -1,4 +1,4 @@
-// $Id: Read_Mesh.cpp,v 1.96 2006-01-06 00:34:26 geuzaine Exp $
+// $Id: Read_Mesh.cpp,v 1.97 2006-01-16 17:55:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -25,7 +25,6 @@
 #include "Mesh.h"
 #include "3D_Mesh.h"
 #include "Create.h"
-#include "MinMax.h"
 #include "Numeric.h"
 #include "Context.h"
 #include "PartitionMesh.h"
-- 
GitLab