ソースを参照

Remove mpi header unneeded from allquestions.c

Michele Orrù 11 年 前
コミット
d89602c1bb
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0 3
      src/questions/allquestions.c

+ 0 - 3
src/questions/allquestions.c

@@ -15,9 +15,6 @@
 #include <openssl/x509.h>
 #include <openssl/rsa.h>
 #include <openssl/ssl.h>
-#ifdef HAVE_OPENMPI
-#include <mpi.h>
-#endif
 
 #include "qa/questions/questions.h"