]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
Finalize 1.7.6 release.
[ginac.git] / ginsh / ginsh.h
index 92a53b45cfc376db329ad7a47f51f2d148a572a4..74cb28b924b79fc2b20c9a6d138c5d20d29dc48e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Global definitions for ginsh.
  *
- *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 #ifndef GINSH_H
 #define GINSH_H
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 #include <map>
 #include <iostream>
 #include <string>