X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=364afda25b2692b4c814936e547cb96a85c4cdcf;hb=77c2acd59e345fe7697304a865a8f41d43494129;hp=3d51918c50c425563d753f11a5fb499fd2e76488;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750;p=ginac.git diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index 3d51918c..364afda2 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-2011 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) {