diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-19 12:57:10 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-19 12:57:10 -0700 |
commit | 6f93de501d591a6c2980d38a1ff0a6b5e434b80a (patch) | |
tree | ebcf5e9817911e84b25c9f975ca8e0679d736b07 /core/src/fx_zlib.h | |
parent | 6fd997b710e96e0c66d6dcd2e1c5cfd950d6accd (diff) | |
download | pdfium-6f93de501d591a6c2980d38a1ff0a6b5e434b80a.tar.xz |
Merge to XFA: Move zlib to third_party/
(cherry picked from commit 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6)
Original Review URL: https://codereview.chromium.org/1197693003.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1197863002.
Diffstat (limited to 'core/src/fx_zlib.h')
-rw-r--r-- | core/src/fx_zlib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/src/fx_zlib.h b/core/src/fx_zlib.h deleted file mode 100644 index 57a0035a74..0000000000 --- a/core/src/fx_zlib.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com - -#ifndef CORE_SRC_FX_ZLIB_H_ -#define CORE_SRC_FX_ZLIB_H_ - -#include "fxcodec/fx_zlib/zlib_v128/zlib.h" - -#endif // CORE_SRC_FX_ZLIB_H_ |