Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / math / utilities.h
index aac50d10b66c00fc95265ceb30a0f1d749df06c6..2932220068bf53b5d43731c35882630a0f84d4ae 100644 (file)
 #ifndef GMX_MATH_UTILITIES_H
 #define GMX_MATH_UTILITIES_H
 
-#include "../legacyheaders/types/simple.h"
 #include <limits.h>
+#include <math.h>
+
+#include "gromacs/utility/basedefinitions.h"
+#include "gromacs/utility/real.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -142,9 +145,9 @@ gmx_numzero(double a);
 unsigned int
 gmx_log2i(unsigned int x);
 
-/*! /brief Multiply two large ints
+/*! \brief Multiply two large ints
  *
- *  \return False iff overflow occured
+ * \return False iff overflow occured
  */
 gmx_bool
 check_int_multiply_for_overflow(gmx_int64_t  a,