From: Michael R. Crusoe <crusoe@debian.org>
Subject: Put the disorder.h include where it is used
Forwarded: https://github.com/vcflib/vcflib/pull/299
--- libvcflib.orig/src/Variant.h
+++ libvcflib/src/Variant.h
@@ -19,7 +19,6 @@
 #include "join.h"
 #include "tabix.hpp"
 #include <smithwaterman/SmithWatermanGotoh.h>
-#include "disorder.h"
 #include <ssw_cpp.h>
 #include "convert.h"
 #include "multichoose.h"
--- libvcflib.orig/src/vcfentropy.cpp
+++ libvcflib/src/vcfentropy.cpp
@@ -2,6 +2,7 @@
 #include "split.h"
 #include "Fasta.h"
 #include <getopt.h>
+#include "disorder.h"
 
 using namespace std;
 using namespace vcflib;
