summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/lcms2
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 13:38:19 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 13:38:19 -0700
commit012ada613a1462f109eb59790f8e5ee91aacdb7e (patch)
treedddb1175411ec861c2deb0f052ca3836c16fe337 /core/src/fxcodec/lcms2
parent959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (diff)
downloadpdfium-012ada613a1462f109eb59790f8e5ee91aacdb7e.tar.xz
Disintermediation.
Removed several header files that simply proxy other headers. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1199553002.
Diffstat (limited to 'core/src/fxcodec/lcms2')
-rw-r--r--core/src/fxcodec/lcms2/fx_lcms2.h12
-rw-r--r--core/src/fxcodec/lcms2/fx_lcms2_plugin.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/core/src/fxcodec/lcms2/fx_lcms2.h b/core/src/fxcodec/lcms2/fx_lcms2.h
deleted file mode 100644
index 86b4fad472..0000000000
--- a/core/src/fxcodec/lcms2/fx_lcms2.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_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_H_
-#define CORE_SRC_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_H_
-
-#include "../../../../third_party/lcms2-2.6/include/lcms2.h"
-
-#endif // CORE_SRC_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_H_
diff --git a/core/src/fxcodec/lcms2/fx_lcms2_plugin.h b/core/src/fxcodec/lcms2/fx_lcms2_plugin.h
deleted file mode 100644
index 86b722d261..0000000000
--- a/core/src/fxcodec/lcms2/fx_lcms2_plugin.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_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_PLUGIN_H_
-#define CORE_SRC_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_PLUGIN_H_
-
-#include "../../../../third_party/lcms2-2.6/include/lcms2_plugin.h"
-
-#endif // CORE_SRC_FXCODEC_LCMS2_INCLUDE_FX_LCMS2_PLUGIN_H_