From 4b17aea63fede24925cd7579c27f55298e5e9937 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 8 Aug 2018 18:44:32 +0000 Subject: Remove include of from fpdfsdk/cpdfsdk_datetime.h Prevent stray calls to get time from the system without explicilty including in some .cpp file. This helps to be able to control all the places where PDFium obtains time more carefully. Change-Id: I9d52a00b9d4413e18c98f0476fabe7c5f2cd6574 Reviewed-on: https://pdfium-review.googlesource.com/39710 Commit-Queue: Tom Sepez Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- fpdfsdk/cpdfsdk_datetime.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fpdfsdk/cpdfsdk_datetime.h') diff --git a/fpdfsdk/cpdfsdk_datetime.h b/fpdfsdk/cpdfsdk_datetime.h index cbd3c36d44..08d8c2bc8a 100644 --- a/fpdfsdk/cpdfsdk_datetime.h +++ b/fpdfsdk/cpdfsdk_datetime.h @@ -7,12 +7,6 @@ #ifndef FPDFSDK_CPDFSDK_DATETIME_H_ #define FPDFSDK_CPDFSDK_DATETIME_H_ -#if _FX_OS_ == _FX_OS_ANDROID_ -#include -#else -#include -#endif - #include "fpdfsdk/cfx_systemhandler.h" class CPDFSDK_DateTime { -- cgit v1.2.3