X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=f4a8d3c4d5422b727b4c5d7a2926853ce98649f7;hp=c2d484ca9daf32ad3c9528ccf46fb51bf438a57f;hb=6afbb9793e359cf388462c471ea256a6662b0cd4;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index c2d484ca..f4a8d3c4 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-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) {