aboutsummaryrefslogtreecommitdiff
path: root/c/enc/cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/cluster.c')
-rw-r--r--c/enc/cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/cluster.c b/c/enc/cluster.c
index a20dfd3..bb66327 100644
--- a/c/enc/cluster.c
+++ b/c/enc/cluster.c
@@ -8,12 +8,12 @@
#include "./cluster.h"
-#include "../common/platform.h"
#include <brotli/types.h>
#include "./bit_cost.h" /* BrotliPopulationCost */
#include "./fast_log.h"
#include "./histogram.h"
#include "./memory.h"
+#include "./port.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {