clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2top.cpp
index 913d227827cad1612dbbd71c55aee8ea4cae7e01..f74c9c3d7692b2114de4137f7af1a705ab09e161 100644 (file)
 
 #include "pdb2top.h"
 
-#include <ctype.h>
-#include <stdio.h>
-#include <string.h>
-
+#include <cctype>
 #include <cmath>
+#include <cstdio>
+#include <cstring>
 
 #include <algorithm>
 #include <string>