mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused SHA2 include in SHA3
This commit is contained in:
parent
2d9109ba45
commit
a7edf8a5b3
@ -24,7 +24,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "picosha2.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <string>
|
||||
#include "FixedHash.h"
|
||||
#include "vector_ref.h"
|
||||
|
||||
namespace dev
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user