diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-19 12:39:19 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-19 12:39:19 -0700 |
commit | 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (patch) | |
tree | 75f987b6df1fe356124ec8d39fb7aee194dceb5e /core/src/fx_zlib.h | |
parent | e295819e5ded76e405b6d5800401cb5983b4ce10 (diff) | |
download | pdfium-959eb05140a8f5af7724a2da4cf5d04e2e50f4a6.tar.xz |
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.
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_ |