clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / ter_db.cpp
index f7ebbd5708deab4b78674c977e7984e800e4f45c..782ad1be9ddc6734627e4060f96f621c5e680bed 100644 (file)
@@ -38,8 +38,8 @@
 
 #include "ter_db.h"
 
-#include <ctype.h>
-#include <string.h>
+#include <cctype>
+#include <cstring>
 
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/gmxpreprocess/fflibutil.h"