Skip to content
Snippets Groups Projects
Commit d72325ee authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove extra include

parent 7e3d0a1a
Branches
Tags
No related merge requests found
// $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;
......
# $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
// $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"
......
# $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 \
......
// $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;
......
# $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 \
......
# $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 \
......
// $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"
......
// $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment