aboutsummaryrefslogtreecommitdiff
path: root/c/enc/bit_cost.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/bit_cost.h')
-rw-r--r--c/enc/bit_cost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/enc/bit_cost.h b/c/enc/bit_cost.h
index 31838f1..4cf3b18 100644
--- a/c/enc/bit_cost.h
+++ b/c/enc/bit_cost.h
@@ -11,8 +11,8 @@
#include "../common/platform.h"
#include <brotli/types.h>
-#include "./fast_log.h"
-#include "./histogram.h"
+#include "fast_log.h"
+#include "histogram.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {