summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include/fx_sys.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-25 16:37:22 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-25 16:37:22 -0500
commit32982d3531f15561271b7d67062c8b3e21bd3af9 (patch)
treec0da635b3ff73178790afad047d4ec7aac4e77dd /xfa/src/fgas/include/fx_sys.h
parent5870b76eab54b30491e1dc35ce09a308462af29a (diff)
downloadpdfium-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/fx_sys.h')
-rw-r--r--xfa/src/fgas/include/fx_sys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/src/fgas/include/fx_sys.h b/xfa/src/fgas/include/fx_sys.h
index 5b5382ec14..d4fec2a74d 100644
--- a/xfa/src/fgas/include/fx_sys.h
+++ b/xfa/src/fgas/include/fx_sys.h
@@ -7,6 +7,8 @@
#ifndef XFA_SRC_FGAS_INCLUDE_FX_SYS_H_
#define XFA_SRC_FGAS_INCLUDE_FX_SYS_H_
+#include "core/include/fxcrt/fx_system.h"
+
#define FX_RAD2DEG(r) ((r)*180.0f / FX_PI)
#define FX_DEG2RAD(a) ((a)*FX_PI / 180.0f)