| Index: xfa/fgas/crt/fgas_system.h
|
| diff --git a/xfa/fgas/crt/fgas_system.h b/xfa/fgas/crt/fgas_system.h
|
| index 4335c355412d346ced3f4b6b205e4b6073ebc9e2..d4bebcadff2b4ad23fe4cde367941a940d13a99c 100644
|
| --- a/xfa/fgas/crt/fgas_system.h
|
| +++ b/xfa/fgas/crt/fgas_system.h
|
| @@ -7,7 +7,7 @@
|
| #ifndef XFA_FGAS_CRT_FGAS_SYSTEM_H_
|
| #define XFA_FGAS_CRT_FGAS_SYSTEM_H_
|
|
|
| -#include "core/include/fxcrt/fx_system.h"
|
| +#include "core/fxcrt/include/fx_system.h"
|
|
|
| #define FX_RAD2DEG(r) ((r)*180.0f / FX_PI)
|
| #define FX_DEG2RAD(a) ((a)*FX_PI / 180.0f)
|
|
|