X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=1328d9e7c3c252006bcd0f3e1da0803de1deac58;hp=c2d484ca9daf32ad3c9528ccf46fb51bf438a57f;hb=9177e7536ea82b739c72d3e41a319af7dbc15661;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index c2d484ca..1328d9e7 100644 --- a/tools/viewgar.cpp +++ b/tools/viewgar.cpp @@ -3,7 +3,7 @@ * GiNaC archive file viewer. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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) {