| OLD | NEW |
| 1 // Copyright 2014 PDFium Authors. All rights reserved. | 1 // Copyright 2014 PDFium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | 6 |
| 7 // TODO(thestig): Remove this file and do IWYU. | 7 // TODO(thestig): Remove this file and do IWYU. |
| 8 | 8 |
| 9 #ifndef _FDE | 9 #ifndef XFA_SRC_FDP_INCLUDE_FDE_H_ |
| 10 #define _FDE | 10 #define XFA_SRC_FDP_INCLUDE_FDE_H_ |
| 11 |
| 11 #include "fde_mem.h" | 12 #include "fde_mem.h" |
| 12 #include "fde_xml.h" | 13 #include "fde_xml.h" |
| 13 #include "fde_img.h" | 14 #include "fde_img.h" |
| 14 #include "fde_brs.h" | 15 #include "fde_brs.h" |
| 15 #include "fde_pen.h" | 16 #include "fde_pen.h" |
| 16 #include "fde_pth.h" | 17 #include "fde_pth.h" |
| 17 #include "fde_tto.h" | 18 #include "fde_tto.h" |
| 18 #include "fde_psr.h" | 19 #include "fde_psr.h" |
| 19 #include "fde_css.h" | 20 #include "fde_css.h" |
| 20 #include "fde_rdv.h" | 21 #include "fde_rdv.h" |
| 21 #include "fde_rdr.h" | 22 #include "fde_rdr.h" |
| 22 #endif | 23 |
| 24 #endif // XFA_SRC_FDP_INCLUDE_FDE_H_ |
| OLD | NEW |