910378643087254ec5d8fffe664b4bf92f5e7361 jcasper Thu Jul 25 11:59:44 2024 -0700 Final fixup for the new straw library, refs #33225 diff --git src/hg/lib/straw/cStraw.cpp src/hg/lib/straw/cStraw.cpp index 019c6d4..24f88cb 100644 --- src/hg/lib/straw/cStraw.cpp +++ src/hg/lib/straw/cStraw.cpp @@ -1,27 +1,27 @@ #include <cstring> #include <iostream> #include <fstream> #include <iostream> #include <sstream> #include <map> #include <set> #include <vector> #include <streambuf> #include "zlib.h" -#include "new_straw.h" +#include "straw.h" using namespace std; // Supplementary functions for invoking Straw in C struct Straw { string *fileName; string *genome; vector<string> chromNames; vector<int> chromSizes; int nChroms; vector<int> bpResolutions; int nBpRes; vector<int> fragResolutions; int nFragRes; vector<string> attributes;