aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-05-30 10:17:16 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-05-30 10:17:16 +0800
commita57ead783a82380bdaa764236a039b85a6d84088 (patch)
tree56cc9ee6f3c8c00ee7239bdfa99bfce7fc0d1ca0
parentac1a5d95729650ca3e62fae5a9f9782dc8d31922 (diff)
downloaddexon-mcl-a57ead783a82380bdaa764236a039b85a6d84088.tar.gz
dexon-mcl-a57ead783a82380bdaa764236a039b85a6d84088.tar.zst
dexon-mcl-a57ead783a82380bdaa764236a039b85a6d84088.zip
remove unnecessary include header
-rw-r--r--sample/pairing.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/pairing.cpp b/sample/pairing.cpp
index ec3c9bc..e1a934c 100644
--- a/sample/pairing.cpp
+++ b/sample/pairing.cpp
@@ -1,5 +1,3 @@
-#include <cybozu/benchmark.hpp>
-#include <cybozu/option.hpp>
#include <mcl/bn.hpp>
typedef mcl::FpT<mcl::FpTag, 256> Fp;