Separate woff2 enc/dec logic
diff --git a/woff2/woff2_decompress.cc b/woff2/woff2_decompress.cc
index c083793..7668c4e 100644
--- a/woff2/woff2_decompress.cc
+++ b/woff2/woff2_decompress.cc
@@ -19,7 +19,7 @@
 
 
 #include "file.h"
-#include "./woff2.h"
+#include "./woff2_dec.h"
 
 int main(int argc, char **argv) {
   using std::string;