clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / resall.cpp
index b2bc373a742781fa5fddfc35c17b160e2940996e..30aa182e2624cd8f2bf211abe8e45e47ebaedf27 100644 (file)
@@ -38,9 +38,9 @@
 
 #include "resall.h"
 
-#include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cctype>
+#include <cstdlib>
+#include <cstring>
 
 #include <algorithm>