aboutsummaryrefslogtreecommitdiff
path: root/c/enc/entropy_encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/entropy_encode.c')
-rw-r--r--c/enc/entropy_encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/entropy_encode.c b/c/enc/entropy_encode.c
index b50ccb5..b2dcbbd 100644
--- a/c/enc/entropy_encode.c
+++ b/c/enc/entropy_encode.c
@@ -6,7 +6,7 @@
/* Entropy encoding (Huffman) utilities. */
-#include "./entropy_encode.h"
+#include "entropy_encode.h"
#include <string.h> /* memset */