From 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 19 Jun 2015 12:39:19 -0700 Subject: Move zlib to third_party/ Remove some fx_* files that simply included other files along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1197693003. --- core/src/fxcodec/codec/fx_codec_flate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxcodec/codec') diff --git a/core/src/fxcodec/codec/fx_codec_flate.cpp b/core/src/fxcodec/codec/fx_codec_flate.cpp index a3e7b8a249..8add31f089 100644 --- a/core/src/fxcodec/codec/fx_codec_flate.cpp +++ b/core/src/fxcodec/codec/fx_codec_flate.cpp @@ -6,7 +6,7 @@ #include "../../../../third_party/base/nonstd_unique_ptr.h" #include "../../../include/fxcodec/fx_codec.h" -#include "../../fx_zlib.h" +#include "../fx_zlib/include/fx_zlib.h" #include "codec_int.h" extern "C" -- cgit v1.2.3