summaryrefslogtreecommitdiff
path: root/huffman.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 04:19:53 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 04:19:53 +0000
commit020413dd81d193fcee23d2dc92db6c9cadcddbdd (patch)
tree81cfc614622197edc59b82b1e89310f059b553ba /huffman.c
parent99fad97e6f9b2883d44601427389fb801b3e8de5 (diff)
Finally kill nbench1.h
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@29 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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 **