diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 16:37:22 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-25 16:37:22 -0500 |
commit | 32982d3531f15561271b7d67062c8b3e21bd3af9 (patch) | |
tree | c0da635b3ff73178790afad047d4ec7aac4e77dd /xfa/src/fgas/include/fgas.h | |
parent | 5870b76eab54b30491e1dc35ce09a308462af29a (diff) | |
download | pdfium-32982d3531f15561271b7d67062c8b3e21bd3af9.tar.xz |
Remove fgas.h and IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1740863002 .
Diffstat (limited to 'xfa/src/fgas/include/fgas.h')
-rw-r--r-- | xfa/src/fgas/include/fgas.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/xfa/src/fgas/include/fgas.h b/xfa/src/fgas/include/fgas.h deleted file mode 100644 index 903d7d47c5..0000000000 --- a/xfa/src/fgas/include/fgas.h +++ /dev/null @@ -1,28 +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 - -// TODO(thestig): Remove this file and do IWYU. - -#ifndef XFA_SRC_FGAS_INCLUDE_FGAS_H_ -#define XFA_SRC_FGAS_INCLUDE_FGAS_H_ - -#include "xfa/src/fgas/include/fx_alg.h" -#include "xfa/src/fgas/include/fx_cpg.h" -#include "xfa/src/fgas/include/fx_datetime.h" -#include "xfa/src/fgas/include/fx_fnt.h" -#include "xfa/src/fgas/include/fx_lbk.h" -#include "xfa/src/fgas/include/fx_lgg.h" -#include "xfa/src/fgas/include/fx_locale.h" -#include "xfa/src/fgas/include/fx_mem.h" -#include "xfa/src/fgas/include/fx_rbk.h" -#include "xfa/src/fgas/include/fx_sax.h" -#include "xfa/src/fgas/include/fx_stm.h" -#include "xfa/src/fgas/include/fx_sys.h" -#include "xfa/src/fgas/include/fx_tbk.h" -#include "xfa/src/fgas/include/fx_ucd.h" -#include "xfa/src/fgas/include/fx_utl.h" - -#endif // XFA_SRC_FGAS_INCLUDE_FGAS_H_ |