aboutsummaryrefslogtreecommitdiff
path: root/c/dec/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/dec/state.h')
-rw-r--r--c/dec/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/dec/state.h b/c/dec/state.h
index 7127581..81e6bb6 100644
--- a/c/dec/state.h
+++ b/c/dec/state.h
@@ -15,8 +15,8 @@
#include <brotli/shared_dictionary.h>
#include "../common/transform.h"
#include <brotli/types.h>
-#include "./bit_reader.h"
-#include "./huffman.h"
+#include "bit_reader.h"
+#include "huffman.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {