summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include/fgas.h
blob: 903d7d47c5a7ef2f4950ed9380cc27eadafd6907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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_