From 16a3d58dc9812ec163cdfcb586f676bfb7989d24 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 5 Apr 2020 12:14:20 -0400 Subject: [PATCH] r196: fixed a compiling error --- CommandLines.h | 2 +- Purge_Dups.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CommandLines.h b/CommandLines.h index 7043dc7..bded5b2 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -3,7 +3,7 @@ #include -#define HA_VERSION "0.3.0-dirty-r192" +#define HA_VERSION "0.3.0-dirty-r196" #define VERBOSE 0 #define VERBOSE_GFA 1 diff --git a/Purge_Dups.cpp b/Purge_Dups.cpp index a1d8f71..ee8c1c0 100644 --- a/Purge_Dups.cpp +++ b/Purge_Dups.cpp @@ -1,10 +1,10 @@ -#include "Purge_Dups.h" -#include "Overlaps.h" -#include "Correct.h" #define __STDC_LIMIT_MACROS #include #include #include "ksort.h" +#include "Purge_Dups.h" +#include "Overlaps.h" +#include "Correct.h" #define Cal_Off(OFF) ((long long)((uint32_t)((OFF)>>32)) - (long long)((uint32_t)((OFF)))) #define Get_match(x) ((x).weight)