aboutsummaryrefslogtreecommitdiff
path: root/src/commonlib/lz4_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/lz4_wrapper.c')
-rw-r--r--src/commonlib/lz4_wrapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/lz4_wrapper.c b/src/commonlib/lz4_wrapper.c
index 8f516089ca..474df642c2 100644
--- a/src/commonlib/lz4_wrapper.c
+++ b/src/commonlib/lz4_wrapper.c
@@ -34,7 +34,6 @@
#include <commonlib/helpers.h>
#include <stdint.h>
#include <string.h>
-#include <compiler.h>
/* LZ4 comes with its own supposedly portable memory access functions, but they
* seem to be very inefficient in practice (at least on ARM64). Since coreboot