X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=3ecc876249883c90efd643be594c486dd7adfbd6;hb=1a59d8a443e6156da26028e4b951c0d4a28b2b0e;hp=dd169bddc6c5203ef464cf88d38047e732de625e;hpb=458404e22ba0161beb5e2da3b49063847964f44d;p=ginac.git diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index dd169bdd..3ecc8762 100644 --- a/tools/viewgar.cpp +++ b/tools/viewgar.cpp @@ -3,7 +3,7 @@ * GiNaC archive file viewer. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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 @@ -20,15 +20,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "ginac.h" +using namespace GiNaC; + #include -#include #include +#include #include - -#include "ginac.h" - using namespace std; -using namespace GiNaC; int main(int argc, char **argv) {