diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-03-18 14:23:55 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-03-18 14:23:55 +0800 |
commit | a3199e913f9e16b8223072838038d4340e92aa12 (patch) | |
tree | 2a4b3fc61019cf0cce55a87619c47ab7f7ae8315 | |
parent | dbb98d48787668612b185a1bd973b64da038db87 (diff) | |
download | tangerine-mcl-a3199e913f9e16b8223072838038d4340e92aa12.tar.gz tangerine-mcl-a3199e913f9e16b8223072838038d4340e92aa12.tar.zst tangerine-mcl-a3199e913f9e16b8223072838038d4340e92aa12.zip |
remove unnecessary include
-rw-r--r-- | sample/ecdh.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sample/ecdh.cpp b/sample/ecdh.cpp index 1fb1307..e70303b 100644 --- a/sample/ecdh.cpp +++ b/sample/ecdh.cpp @@ -5,10 +5,7 @@ #include <fstream> #include <cybozu/random_generator.hpp> #include <mcl/fp.hpp> -#include <mcl/gmp_util.hpp> #include <mcl/ecparam.hpp> -#include <mcl/ec.hpp> -#include <mcl/fp.hpp> typedef mcl::FpT<> Fp; typedef mcl::FpT<mcl::ZnTag> Zn; |