clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / correlationfunctions / integrate.cpp
index 5bb256f6868e794d6b58dc2d19fb5406bb9e5ab5..1180469ea97815507c1f41df8af14ad086ebff25 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -43,9 +43,8 @@
 
 #include "integrate.h"
 
-#include <stdio.h>
-
 #include <cmath>
+#include <cstdio>
 
 #include "gromacs/math/functions.h"
 #include "gromacs/math/vec.h"