clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topio.cpp
index 4354a3f05e1c9bdf7659020e95df30aa94422db6..cd918f3d7436169cfb9ebdd6a8cf575c75936c46 100644 (file)
 
 #include "topio.h"
 
-#include <ctype.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <cassert>
+#include <cctype>
+#include <cerrno>
 #include <cmath>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 
 #include <algorithm>