From 32f7f18642d30d9e1531d317bb6d2e3fb97ab15a Mon Sep 17 00:00:00 2001 From: Lectem Date: Sat, 5 Nov 2016 02:20:51 +0100 Subject: fix cmake dependency and move headers to include --- src/huffman/huff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/huffman/huff.cpp') diff --git a/src/huffman/huff.cpp b/src/huffman/huff.cpp index 1636a80..d2552a0 100644 --- a/src/huffman/huff.cpp +++ b/src/huffman/huff.cpp @@ -19,7 +19,7 @@ #include #include -#include "../StormPort.h" +#include #include "huff.h" //----------------------------------------------------------------------------- -- cgit v1.2.3