From c9347083c8b813454e971ce9e648cf7d8b25d60b Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 3 Oct 2016 06:14:50 -0700 Subject: Remove _FX_OS_ checks in core/fxge/win32/. All the files are already excluded by the build system. Review-Url: https://codereview.chromium.org/2387863002 --- core/fxge/win32/fx_win32_print.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'core/fxge/win32/fx_win32_print.cpp') diff --git a/core/fxge/win32/fx_win32_print.cpp b/core/fxge/win32/fx_win32_print.cpp index b83714d3e0..6d00d835d9 100644 --- a/core/fxge/win32/fx_win32_print.cpp +++ b/core/fxge/win32/fx_win32_print.cpp @@ -4,14 +4,13 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "core/fxcrt/fx_system.h" - -#if _FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_DESKTOP_ - #include #include +#include +#include +#include "core/fxcrt/fx_system.h" #include "core/fxge/cfx_renderdevice.h" #include "core/fxge/cfx_windowsdevice.h" #include "core/fxge/dib/dib_int.h" @@ -327,5 +326,3 @@ FX_BOOL CGdiPrinterDriver::DrawDeviceText(int nChars, return FALSE; #endif } - -#endif // _FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_DESKTOP_ -- cgit v1.2.3