clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / mdlib / wnblist.cpp
index 6f45539d9e6728052a49acf926a5a6bfcb6db457..7d46334cc5304bd915f260b07dc760f95982b109 100644 (file)
@@ -37,8 +37,8 @@
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include <stdio.h>
-#include <string.h>
+#include <cstdio>
+#include <cstring>
 
 #include <algorithm>