8478bcb501f8c278278f63466d44501f3ca3f951
markd
  Tue Nov 28 01:37:05 2023 -0800
make frameIncr function available to other code

diff --git src/hg/genePredToMafFrames/mkMafFrames.c src/hg/genePredToMafFrames/mkMafFrames.c
index 544aa69..4056f5c 100644
--- src/hg/genePredToMafFrames/mkMafFrames.c
+++ src/hg/genePredToMafFrames/mkMafFrames.c
@@ -1,23 +1,23 @@
 /* mkMafFrames - build mafFrames objects for exons, this does not handle
  * issues of linking mafFrames. */
 
 /* Copyright (C) 2006 The Regents of the University of California 
  * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
 #include "common.h"
 #include "genePred.h"
-#include "frameIncr.h"
+#include "frame.h"
 #include "maf.h"
 #include "dnautil.h"
 #include "orgGenes.h"
 #include "chromBins.h"
 #include "binRange.h"
 #include "verbose.h"
 #include "localmem.h"
 
 /* assert for a frame being valid */
 #define assertFrame(fr) assert(((fr) >= 0) && ((fr) <= 2))
 
 /* data structure used to scan a mafComp object */
 struct compCursor {
     struct mafComp *comp;   /* component object */
     int pos;                /* corresponding position in the sequence; it at a