diff options
author | Lei Zhang <thestig@chromium.org> | 2017-04-24 23:50:43 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-25 17:43:19 +0000 |
commit | d1e01de5f0776700cd52f06569f4fc0bd34e74d6 (patch) | |
tree | 2b6dee6c9c9ac54f7d93b22983de6916e0b324ed /third_party/base | |
parent | d524e4bf80314ade4a6aedf77b8b4adaa96bfcee (diff) | |
download | pdfium-d1e01de5f0776700cd52f06569f4fc0bd34e74d6.tar.xz |
Fix a self-inclusion in third_party/base/stl_util.h.
Change-Id: I7a2fc956236005fca4848bd2be6db4585bc4e7d7
Reviewed-on: https://pdfium-review.googlesource.com/4477
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party/base')
-rw-r--r-- | third_party/base/stl_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/base/stl_util.h b/third_party/base/stl_util.h index 84137f4d42..6c36ddcda1 100644 --- a/third_party/base/stl_util.h +++ b/third_party/base/stl_util.h @@ -11,7 +11,6 @@ #include <set> #include "third_party/base/numerics/safe_conversions.h" -#include "third_party/base/stl_util.h" namespace pdfium { |