Amend previous commit of HADOOP-7657 (LZ4 compression). Fix a mistaken #include

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1220313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-12-18 00:52:25 +00:00
parent 4b87a5ba90
commit 27524695ed
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@
//**************************************
#include <stdlib.h> // for malloc
#include <string.h> // for memset
#include "lz4.h"
//**************************************