summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_zlib/include/fx_zlib.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 13:56:28 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 13:56:28 -0700
commitc49828916f5b0766f8d6f0fd5bf0a6cc5bd3c1ec (patch)
treec8305ef66d7ecad9cad2c1054c71da53bd8e89a6 /core/src/fxcodec/fx_zlib/include/fx_zlib.h
parent6f93de501d591a6c2980d38a1ff0a6b5e434b80a (diff)
downloadpdfium-c49828916f5b0766f8d6f0fd5bf0a6cc5bd3c1ec.tar.xz
Merge to XF: Disintermediation.
(cherry picked from commit 012ada613a1462f109eb59790f8e5ee91aacdb7e) Review URL: https://codereview.chromium.org/1199553002. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1197893002.
Diffstat (limited to 'core/src/fxcodec/fx_zlib/include/fx_zlib.h')
-rw-r--r--core/src/fxcodec/fx_zlib/include/fx_zlib.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/src/fxcodec/fx_zlib/include/fx_zlib.h b/core/src/fxcodec/fx_zlib/include/fx_zlib.h
deleted file mode 100644
index 88742f48d3..0000000000
--- a/core/src/fxcodec/fx_zlib/include/fx_zlib.h
+++ /dev/null
@@ -1,15 +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_FXCODEC_FX_ZLIB_INCLUDE_FX_ZLIB_H_
-#define CORE_SRC_FXCODEC_FX_ZLIB_INCLUDE_FX_ZLIB_H_
-
-#ifdef _MSC_VER
-#define _CRT_SECURE_NO_WARNINGS
-#endif
-#include "../../../../../third_party/zlib_v128/zlib.h"
-
-#endif // CORE_SRC_FXCODEC_FX_ZLIB_INCLUDE_FX_ZLIB_H_