aboutsummaryrefslogtreecommitdiff
path: root/c/dec/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/dec/state.c')
-rw-r--r--c/dec/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/dec/state.c b/c/dec/state.c
index 66d6820..e3170c1 100644
--- a/c/dec/state.c
+++ b/c/dec/state.c
@@ -4,13 +4,13 @@
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
-#include "./state.h"
+#include "state.h"
#include <stdlib.h> /* free, malloc */
#include "../common/dictionary.h"
#include <brotli/types.h>
-#include "./huffman.h"
+#include "huffman.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {