clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / selection / selmethod.cpp
index 3ee5a474e5e3661b91473ca6189112ff245384db..17bc002e47f546ecfef732459d730d463a4a2fed 100644 (file)
@@ -43,8 +43,8 @@
 
 #include "selmethod.h"
 
-#include <ctype.h>
-#include <stdarg.h>
+#include <cctype>
+#include <cstdarg>
 
 #include "gromacs/utility/arraysize.h"
 #include "gromacs/utility/cstringutil.h"