From 82f5274828a1c12137651375cff248cbc6ed4160 Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Wed, 22 Jun 2011 01:52:20 +0800 Subject: [PATCH] Refs #39. It's unnecessary to include sys/mman.h file in blas_server_omp.c. --- driver/others/blas_server_omp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/blas_server_omp.c b/driver/others/blas_server_omp.c index 17d886e..4fd4cd4 100644 --- a/driver/others/blas_server_omp.c +++ b/driver/others/blas_server_omp.c @@ -38,7 +38,7 @@ #include #include -#include +//#include #include "common.h" #ifndef USE_OPENMP -- 2.7.4