aboutsummaryrefslogtreecommitdiff
path: root/src/huffman/huff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/huffman/huff.cpp')
-rw-r--r--src/huffman/huff.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/huffman/huff.cpp b/src/huffman/huff.cpp
index d2552a0..877a294 100644
--- a/src/huffman/huff.cpp
+++ b/src/huffman/huff.cpp
@@ -19,7 +19,6 @@
#include <assert.h>
#include <string.h>
-#include <StormPort.h>
#include "huff.h"
//-----------------------------------------------------------------------------