Remove unnecessary #includes in Source/platform/Crypto.[cpp|h].

BUG=none
TEST=compile

Review URL: https://codereview.chromium.org/331083003

git-svn-id: svn://svn.chromium.org/blink/trunk@176218 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0feb3718
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include "public/platform/WebArrayBuffer.h" #include "public/platform/WebArrayBuffer.h"
#include "public/platform/WebCrypto.h" #include "public/platform/WebCrypto.h"
#include "public/platform/WebCryptoAlgorithm.h" #include "public/platform/WebCryptoAlgorithm.h"
#include "wtf/Vector.h"
#include "wtf/text/CString.h"
namespace WebCore { namespace WebCore {
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "wtf/HashSet.h" #include "wtf/HashSet.h"
#include "wtf/StringHasher.h" #include "wtf/StringHasher.h"
#include "wtf/Vector.h" #include "wtf/Vector.h"
#include "wtf/text/CString.h"
namespace WebCore { namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment