introduce gmx_omp wrapper for the OpenMP API
[alexxy/gromacs.git] / src / mdlib / pme.c
index 55e4270397a674e049c155ea72c6005cf124d76a..fac7dbb962688394da9fff3e434122731f1d6a31 100644 (file)
@@ -67,9 +67,7 @@
 #include "tmpi.h"
 #endif
 
-#ifdef GMX_OPENMP
-#include <omp.h>
-#endif
+#include "gmx_omp.h"
 
 #include <stdio.h>
 #include <string.h>