X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=f4a8d3c4d5422b727b4c5d7a2926853ce98649f7;hp=3d51918c50c425563d753f11a5fb499fd2e76488;hb=49a44f7d55ec0d6686d3c32c7081a07d10c93274;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index 3d51918c..f4a8d3c4 100644 --- a/tools/viewgar.cpp +++ b/tools/viewgar.cpp @@ -3,7 +3,7 @@ * GiNaC archive file viewer. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2009 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) {