summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_lpng/include/fx_png.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-12 15:43:01 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-12 15:43:01 -0700
commit5ef9faa8e8f5593556d78f775d86f1e52e4c341a (patch)
tree6690eee12e5ab604337fe30db7c5a725aaac3e2c /core/src/fxcodec/fx_lpng/include/fx_png.h
parent0dfd03060be722485f44446f18e2e4eaf9344595 (diff)
downloadpdfium-5ef9faa8e8f5593556d78f775d86f1e52e4c341a.tar.xz
XFA: Move fx_codec's lpng and tiff to third_party/
We did this with the other codecs in master, but these two are XFA-only, and did not get the same treatment. Remove some fx_ prefixes in the third-party file names. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1392373004 .
Diffstat (limited to 'core/src/fxcodec/fx_lpng/include/fx_png.h')
-rw-r--r--core/src/fxcodec/fx_lpng/include/fx_png.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/fxcodec/fx_lpng/include/fx_png.h b/core/src/fxcodec/fx_lpng/include/fx_png.h
deleted file mode 100644
index 4ef53d0298..0000000000
--- a/core/src/fxcodec/fx_lpng/include/fx_png.h
+++ /dev/null
@@ -1,7 +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
-
-#include "../lpng_v163/png.h"