Skip to content
Snippets Groups Projects
Commit 041857de authored by Olivier Couet's avatar Olivier Couet
Browse files

Move #include <gvc.h> from the .cxx to the .h files.

That way we are compatible with the old and new graphviz.


git-svn-id: http://root.cern.ch/svn/root/trunk@49096 27541ba8-7e3a-0410-8455-c3a389f83636
parent e9df2013
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ $(GVIZLIB): $(GVIZO) $(GVIZDO) $(ORDER_) $(MAINLIBS) $(GVIZLIBDEP)
$(GVIZDS): $(GVIZH) $(GVIZL) $(ROOTCINTTMPDEP)
$(MAKEDIR)
@echo "Generating dictionary $@..."
$(ROOTCINTTMP) -f $@ -c $(GVIZH) $(GVIZL)
$(ROOTCINTTMP) -f $@ -c $(GRAPHVIZINCDIR:%=-I%) $(GVIZH) $(GVIZL)
$(GVIZMAP): $(RLIBMAP) $(MAKEFILEDEP) $(GVIZL)
$(RLIBMAP) -o $@ -l $(GVIZLIB) \
......
......@@ -20,9 +20,8 @@
#include "TAttLine.h"
#endif
struct Agraph_t;
struct Agedge_t;
class TGraphNode;
#include <gvc.h>
class TGraphNode;
//////////////////////////////////////////////////////////////////////////
// //
......
......@@ -28,9 +28,7 @@
#include "TAttLine.h"
#endif
struct Agraph_t;
struct Agnode_t;
#include <gvc.h>
//////////////////////////////////////////////////////////////////////////
// //
......
......@@ -25,8 +25,7 @@
#include "TList.h"
#endif
struct Agraph_t;
struct GVC_s;
#include <gvc.h>
//////////////////////////////////////////////////////////////////////////
// //
......
......@@ -15,8 +15,6 @@
#include "TGraphEdge.h"
#include "TGraphNode.h"
#include <gvc.h>
ClassImp(TGraphEdge)
//______________________________________________________________________________
......
......@@ -13,8 +13,6 @@
#include "TEllipse.h"
#include "TGraphNode.h"
#include <gvc.h>
ClassImp(TGraphNode)
//______________________________________________________________________________
......
......@@ -15,7 +15,6 @@
#include <stdio.h>
#include <gvc.h>
#include <gvplugin.h>
#ifdef GVIZ_STATIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment