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

@ -8,8 +8,7 @@
// Colvars repository at GitHub.
#include <cstdlib>
#include <stdlib.h>
#include <string.h>
#include <cstring>
#define COLVARSCRIPT_CPP
#include "colvarscript.h"