diff --git a/bwtindex.c b/bwtindex.c index 298153d..934b382 100644 --- a/bwtindex.c +++ b/bwtindex.c @@ -33,7 +33,6 @@ #include #include "bntseq.h" #include "bwt.h" -#include "main.h" #include "utils.h" #ifdef _DIVBWT diff --git a/main.c b/main.c index 26f22ae..2663902 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.0-r334-beta" +#define PACKAGE_VERSION "0.7.0-r335-beta" #endif int bwa_fa2pac(int argc, char *argv[]);