clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / math / utilities.cpp
index 0c4fedbae362ad9848906dcd829b72e12f324119..6110b3e13daa96c8eb4cbced42ec0d65d5776ff2 100644 (file)
@@ -40,9 +40,8 @@
 
 #include "config.h"
 
-#include <assert.h>
-#include <limits.h>
-
+#include <cassert>
+#include <climits>
 #include <cmath>
 
 #include <algorithm>