From 0e2eb04f5c6101504535313ecfdae632327e1830 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Tue, 16 Feb 2010 10:09:23 +0000
Subject: [PATCH] include new items header.

---
 src/zmapWindow/zmapWindowColBump.c | 6 +++---
 src/zmapWindow/zmapWindowItem.c    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/zmapWindow/zmapWindowColBump.c b/src/zmapWindow/zmapWindowColBump.c
index 6e874846c..9dbbbdb2d 100755
--- a/src/zmapWindow/zmapWindowColBump.c
+++ b/src/zmapWindow/zmapWindowColBump.c
@@ -27,9 +27,9 @@
  *
  * Exported functions: See zmapWindow_P.h
  * HISTORY:
- * Last edited: Jan 26 09:36 2010 (edgrif)
+ * Last edited: Feb 15 11:54 2010 (edgrif)
  * Created: Tue Sep  4 10:52:09 2007 (edgrif)
- * CVS info:   $Id: zmapWindowColBump.c,v 1.62 2010-01-26 12:04:13 edgrif Exp $
+ * CVS info:   $Id: zmapWindowColBump.c,v 1.63 2010-02-16 10:09:23 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -39,7 +39,7 @@
 #include <zmapWindow_P.h>
 #include <zmapWindowContainerFeatureSet_I.h>
 #include <zmapWindowContainerUtils.h>
-#include <zmapWindowCanvasItem.h>
+#include <zmapWindowFeatures.h>
 
 typedef struct
 {
diff --git a/src/zmapWindow/zmapWindowItem.c b/src/zmapWindow/zmapWindowItem.c
index 46ccf52fa..96ecce642 100755
--- a/src/zmapWindow/zmapWindowItem.c
+++ b/src/zmapWindow/zmapWindowItem.c
@@ -26,9 +26,9 @@
  *
  * Exported functions: See zmapWindow_P.h
  * HISTORY:
- * Last edited: Jan 22 11:15 2010 (edgrif)
+ * Last edited: Feb 15 14:06 2010 (edgrif)
  * Created: Thu Sep  8 10:37:24 2005 (edgrif)
- * CVS info:   $Id: zmapWindowItem.c,v 1.125 2010-01-22 13:53:33 edgrif Exp $
+ * CVS info:   $Id: zmapWindowItem.c,v 1.126 2010-02-16 10:10:19 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -38,7 +38,7 @@
 #include <zmapWindow_P.h>
 #include <zmapWindowContainerUtils.h>
 #include <zmapWindowItemTextFillColumn.h>
-#include <zmapWindowCanvasItem.h>
+#include <zmapWindowFeatures.h>
 #include <zmapWindowContainerFeatureSet_I.h>
 
 /* Used to hold highlight information for the hightlight callback function. */
-- 
GitLab