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/fx_zlib/include/fx_zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxcodec/fx_zlib/include/fx_zlib.h') diff --git a/core/src/fxcodec/fx_zlib/include/fx_zlib.h b/core/src/fxcodec/fx_zlib/include/fx_zlib.h index 89c8786188..88742f48d3 100644 --- a/core/src/fxcodec/fx_zlib/include/fx_zlib.h +++ b/core/src/fxcodec/fx_zlib/include/fx_zlib.h @@ -10,6 +10,6 @@ #ifdef _MSC_VER #define _CRT_SECURE_NO_WARNINGS #endif -#include "../zlib_v128/zlib.h" +#include "../../../../../third_party/zlib_v128/zlib.h" #endif // CORE_SRC_FXCODEC_FX_ZLIB_INCLUDE_FX_ZLIB_H_ -- cgit v1.2.3