From 0a81aa8f6d40a6a1572fa4fb2020118119b806cf Mon Sep 17 00:00:00 2001 From: rnc <rnc> Date: Mon, 28 Jun 2004 14:20:28 +0000 Subject: [PATCH] changed an include file, changed spelling of a parameter for consistency --- src/zmapWindow/seqregion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zmapWindow/seqregion.h b/src/zmapWindow/seqregion.h index b6878283f..c938adf95 100755 --- a/src/zmapWindow/seqregion.h +++ b/src/zmapWindow/seqregion.h @@ -1,4 +1,4 @@ -/* Last edited: Apr 15 12:41 2004 (rnc) */ +/* Last edited: Jun 25 11:20 2004 (rnc) */ /* file: seqregion.h * Copyright (c) Sanger Institute, 2003 *------------------------------------------------------------------- @@ -28,7 +28,7 @@ #define SEQREGION_H #include <../acedb/acedb.h> -#include <zmapcommon.h> +#include <../zmapWindow/zmapcalls.h> /* @@ -60,7 +60,7 @@ InvarCoord srInvarCoord(ZMapRegion *zMapRegion, Coord coord); Coord srCoord(ZMapRegion *zMapRegion, InvarCoord coord); /* Move from id to struct. */ -srMeth *srMethodFromID(ZMapRegion *zMapRegion, methodID id); +srMeth *srMethodFromID(ZMapRegion *zmapRegion, methodID id); #endif /********************** end of file ************************/ -- GitLab