| Index: crypto/signature_creator.h
|
| diff --git a/crypto/signature_creator.h b/crypto/signature_creator.h
|
| index 6074bcbe9cb4d8d21f2cb503424bf74e84aae318..0f3e05b5d9c2dacd52499e4042bc20ab1adf0ba6 100644
|
| --- a/crypto/signature_creator.h
|
| +++ b/crypto/signature_creator.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef CRYPTO_SIGNATURE_CREATOR_H_
|
| #define CRYPTO_SIGNATURE_CREATOR_H_
|
|
|
| -#include "build/build_config.h"
|
| -
|
| #include <vector>
|
|
|
| +#include "build/build_config.h"
|
| #include "base/basictypes.h"
|
| #include "crypto/crypto_export.h"
|
|
|
|
|