Skip to content

Commit

Permalink
Remove unused SHA2 include in SHA3
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Oct 15, 2016
1 parent 2d9109b commit a7edf8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libdevcore/SHA3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "picosha2.h"

using namespace std;
using namespace dev;

Expand Down
1 change: 0 additions & 1 deletion libdevcore/SHA3.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include <string>
#include "FixedHash.h"
#include "vector_ref.h"

namespace dev
{
Expand Down

0 comments on commit a7edf8a

Please sign in to comment.