| Index: xfa/src/fgas/src/fgas_base.h
|
| diff --git a/xfa/src/fgas/src/fgas_base.h b/xfa/src/fgas/src/fgas_base.h
|
| index df5e56a19228f9f2464e19aa57df5f63eb2689ec..1f5f7797ef3c37cf09147da8d44954590fb4e112 100644
|
| --- a/xfa/src/fgas/src/fgas_base.h
|
| +++ b/xfa/src/fgas/src/fgas_base.h
|
| @@ -6,9 +6,11 @@
|
|
|
| // TODO(thestig): Remove this file and do IWYU.
|
|
|
| -#ifndef _FXMATH_BASE_
|
| -#define _FXMATH_BASE_
|
| +#ifndef XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
|
| +#define XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
|
| +
|
| #include "xfa/src/foxitlib.h"
|
| #include "core/include/fxge/fx_freetype.h"
|
| #include "xfa/src/fgas/include/fgas.h"
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
|
|
|