Update TNG build system
[alexxy/gromacs.git] / src / external / tng_io / src / tests / md_openmp.c
index fd9f4b0e770a7cb07c7699f8e2d3222f01284b96..aac8b3b7bd2d73b481cd42257767f4dfbc01aa25 100644 (file)
@@ -1,11 +1,11 @@
 #ifdef TNG_BUILD_OPENMP_EXAMPLES
 
-# include <stdlib.h>
-# include <stdio.h>
-# include <time.h>
-# include <math.h>
-# include <omp.h>
-#include "../../include/tng_io.h"
+#include <stdlib.h>
+#include <stdio.h>
+#include <time.h>
+#include <math.h>
+#include <omp.h>
+#include "tng/tng_io.h"
 
 int main ();
 void compute ( int np, int nd, double pos[], double vel[],