diff --git a/bh_random/src/bh_random.cpp b/bh_random/src/bh_random.cpp index af8c602..b6e85fd 100644 --- a/bh_random/src/bh_random.cpp +++ b/bh_random/src/bh_random.cpp @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -#include #include #include extern "C" { @@ -45,7 +44,6 @@ bh_map_srand(unsigned int seed) map_generator.seed(seed); } - extern "C" unsigned int bh_map_rand(void) {