diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bls_if_test.cpp | 2 | ||||
-rw-r--r-- | test/bls_test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/bls_if_test.cpp b/test/bls_if_test.cpp index 8e5c4b1..48ed33f 100644 --- a/test/bls_if_test.cpp +++ b/test/bls_if_test.cpp @@ -1,5 +1,5 @@ #include <cybozu/test.hpp> -#include <bls_if.h> +#include <bls/bls_if.h> #include <string.h> void bls_ifTest() diff --git a/test/bls_test.cpp b/test/bls_test.cpp index bc11611..22ce1ac 100644 --- a/test/bls_test.cpp +++ b/test/bls_test.cpp @@ -1,4 +1,4 @@ -#include <bls.hpp> +#include <bls/bls.hpp> #include <cybozu/test.hpp> #include <cybozu/inttype.hpp> #include <iostream> |