clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / topology / atomprop.cpp
index e9af594dd4468249095e42dca8517791bf38fb78..e37b1b55c2a8c5e68725c68ff15afc957c44c174 100644 (file)
 
 #include "atomprop.h"
 
-#include <ctype.h>
-#include <stdio.h>
-#include <string.h>
-
+#include <cctype>
 #include <cmath>
+#include <cstdio>
+#include <cstring>
 
 #include "gromacs/math/utilities.h"
 #include "gromacs/topology/residuetypes.h"