clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.cpp
index be2b42284b816d7ce2b6f500b94f264743222402..c26a47b4b6cb6a8a601ba33089ba679d2e1c2f7d 100644 (file)
 
 #include "tomorse.h"
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
-
+#include <cctype>
 #include <cmath>
+#include <cstdlib>
+#include <cstring>
 
 #include "gromacs/gmxpreprocess/gpp_atomtype.h"
 #include "gromacs/gmxpreprocess/grompp-impl.h"