From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Put the disorder.h include where it is used
--- libvcflib.orig/src/Variant.h
+++ libvcflib/src/Variant.h
@@ -19,7 +19,6 @@
 #include "join.h"
 #include "tabix.hpp"
 #include "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;
