Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / matrix.h
index 9a9aec7a8acdab67578245ca77cc884017a003a2..9e2e82bec7c88470c5bef9f0cb7be09815231251 100644 (file)
@@ -41,7 +41,8 @@
 extern "C" {
 #endif
 
-#include "simple.h"
+#include "../../utility/basedefinitions.h"
+#include "../../utility/real.h"
 
 typedef struct {
     real r, g, b;