summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_safe_types.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-03-31 12:34:27 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-31 20:05:52 +0000
commit83fc223a843b3534961764d269c5e789dc6cb0f7 (patch)
treef3764d1b09c93d22faa3ee8543fbcf0cd1b1a340 /core/fxcrt/fx_safe_types.h
parentac66da22f47bd9081652f235754edad59ef876f3 (diff)
downloadpdfium-83fc223a843b3534961764d269c5e789dc6cb0f7.tar.xz
Move FX_FILESIZE to fx_system.h
Remove dependency on fx_stream.h from fx_safe_types.h. We're going to hit cylces in include file dependencies otherwise when the partition allocator work is landed. Change-Id: I35bf78038a08599559b959f1403aa0f8fbf87739 Reviewed-on: https://pdfium-review.googlesource.com/3552 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_safe_types.h')
-rw-r--r--core/fxcrt/fx_safe_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/fx_safe_types.h b/core/fxcrt/fx_safe_types.h
index 66dbc57681..c7362b82f3 100644
--- a/core/fxcrt/fx_safe_types.h
+++ b/core/fxcrt/fx_safe_types.h
@@ -7,7 +7,6 @@
#include <stdlib.h> // For size_t.
-#include "core/fxcrt/fx_stream.h" // for FX_FILESIZE.
#include "core/fxcrt/fx_system.h"
#include "third_party/base/numerics/safe_math.h"