clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2gmx.cpp
index 38399157a165c3e3f79102724c108e1388f7ff03..df98f0905cc1f4d50c339e7c6b968071d146a3dd 100644 (file)
 
 #include "pdb2gmx.h"
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
+#include <cctype>
+#include <cstdlib>
+#include <cstring>
+#include <ctime>
 
 #include <algorithm>