aboutsummaryrefslogtreecommitdiff
path: root/c/enc/cluster.c
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-09-25 12:25:15 -0700
committerTianjie Xu <xunchang@google.com>2018-09-25 22:00:32 +0000
commita5dcb7cf83648585dfacad1015ec2a9af5b361d8 (patch)
tree25f44c98c1f9967ed8157b42714fa04250950400 /c/enc/cluster.c
parentf55cbaf6e7c4b59848139c69c02b600ad738938a (diff)
downloadbrotli-a5dcb7cf83648585dfacad1015ec2a9af5b361d8.tar.gz
Revert "Revert "Merge tag 'v1.0.5' into HEAD""
Bug: 114832768 Test: mma This reverts commit c4af2b09ada22257ff12967537264627a3936822. Change-Id: Ibea95f37fb1ce2ef6ae7d40aaac2a3ec41a2c5c9
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 bb66327..a20dfd3 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" {