clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_vsite.cpp
index 3135ab3b208afb609c936575807a57f7560f1910..abedc9cef0e7b4523af7dec6d2af721310d00a00 100644 (file)
 
 #include "gen_vsite.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <cmath>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 
 #include "gromacs/fileio/pdbio.h"
 #include "gromacs/gmxpreprocess/add_par.h"