convert colvars lib to use c++ style header files

This commit is contained in:
Axel Kohlmeyer
2018-05-08 00:17:57 -04:00
parent fff962646f
commit ff6507e7b7
4 changed files with 5 additions and 6 deletions

View File

@ -7,8 +7,8 @@
// If you wish to distribute your changes, please submit them to the
// Colvars repository at GitHub.
#include <stdlib.h>
#include <string.h>
#include <cstdlib>
#include <cstring>
#include "colvarmodule.h"
#include "colvartypes.h"