X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fprint.h;h=4a56da894780f0bfd27852d6d02e2530c9fbde7e;hp=d674c67e8baa5db2312b51cb8a848b0983753060;hb=12abd5eb38a5c4ad6eb74201df2977b4abad3f52;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/print.h b/ginac/print.h index d674c67e..4a56da89 100644 --- a/ginac/print.h +++ b/ginac/print.h @@ -3,7 +3,7 @@ * Definition of helper classes for expression output. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 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,18 +20,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_PRINT_H__ -#define __GINAC_PRINT_H__ +#ifndef GINAC_PRINT_H +#define GINAC_PRINT_H + +#include "class_info.h" #include -#include #include - -#include "class_info.h" +#include namespace GiNaC { - /** This class stores information about a registered print_context class. */ class print_context_options { public: @@ -272,4 +271,4 @@ private: } // namespace GiNaC -#endif // ndef __GINAC_BASIC_H__ +#endif // ndef GINAC_BASIC_H