Remove some typedefs.h dependencies
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / modules / nsc.h
index 6394c56a6b9ec2c77b4d44628e44279b7a411bf0..bb39b9f35053f8a8ee2eefa9a8fd41553f091905 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "typedefs.h"
+#ifndef GMX_TRAJECTORYANALYSIS_NSC_H
+#define GMX_TRAJECTORYANALYSIS_NSC_H
+
+#include "gromacs/legacyheaders/types/simple.h"
 
 #define FLAG_DOTS       01
 #define FLAG_VOLUME     02
@@ -142,3 +145,5 @@ int nsc_dclm_pbc(const rvec *coords, real *radius, int nat,
 #ifdef __cplusplus
 }
 #endif
+
+#endif