Index: /trunk/Ohana/src/libdvo/include/dvodb.h
===================================================================
--- /trunk/Ohana/src/libdvo/include/dvodb.h	(revision 31646)
+++ /trunk/Ohana/src/libdvo/include/dvodb.h	(revision 31647)
@@ -330,3 +330,5 @@
 #define opihi_int int
 
+#include "get_graphdata.h"
+
 # endif
Index: /trunk/Ohana/src/libdvo/include/get_graphdata.h
===================================================================
--- /trunk/Ohana/src/libdvo/include/get_graphdata.h	(revision 31646)
+++ /trunk/Ohana/src/libdvo/include/get_graphdata.h	(revision 31647)
@@ -2,5 +2,18 @@
 #define GET_GRAPHDATA_H
 
-#include "kapa.h"
+// This was moved from kapa.h
+
+typedef struct graphdata {
+  double xmin, xmax, ymin, ymax;
+  int style, ptype, ltype, etype, ebar, color;
+  double lweight, size;
+  double ticktextPad;
+  double labelPadXm, labelPadYm, labelPadXp, labelPadYp;
+  double padXm, padXp, padYm, padYp;
+  Coords coords;
+  int flipeast, flipnorth;
+  char axis[8], labels[8], ticks[8];
+} Graphdata;
+
 
 int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name));
Index: /trunk/Ohana/src/libkapa/include/kapa.h
===================================================================
--- /trunk/Ohana/src/libkapa/include/kapa.h	(revision 31646)
+++ /trunk/Ohana/src/libkapa/include/kapa.h	(revision 31647)
@@ -85,5 +85,6 @@
 } KapaSection;
 
-typedef struct {
+#ifdef NOT_MOVED_TO_DVO
+typedef struct graphdata {
   double xmin, xmax, ymin, ymax;
   int style, ptype, ltype, etype, ebar, color;
@@ -96,4 +97,5 @@
   char axis[8], labels[8], ticks[8];
 } Graphdata;
+#endif
 
 typedef struct {
