summaryrefslogtreecommitdiff
path: root/huffman.c
diff options
context:
space:
mode:
Diffstat (limited to 'huffman.c')
-rw-r--r--huffman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/huffman.c b/huffman.c
index 97d2c4a..d339b58 100644
--- a/huffman.c
+++ b/huffman.c
@@ -7,7 +7,7 @@
#include <time.h>
#include "nmglobal.h"
-#include "nbench1.h"
+
/************************
** HUFFMAN COMPRESSION **