diff options
Diffstat (limited to 'src/huffman/huff.cpp')
-rw-r--r-- | src/huffman/huff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <assert.h> #include <string.h> -#include "../StormPort.h" +#include <StormPort.h> #include "huff.h" //----------------------------------------------------------------------------- |