clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / utility / sysinfo.cpp
index 91fc69cc7764fd55dedb68852090193eb185ef62..604756df252ef85c48eae3256628f057e890f8c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,2016,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.
@@ -45,8 +45,8 @@
 
 #include "config.h"
 
-#include <string.h>
-#include <time.h>
+#include <cstring>
+#include <ctime>
 
 #include <sys/types.h>
 #ifdef HAVE_SYS_TIME_H