X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclass_info.h;h=3ab320306fe12c251d08e1f912646d3edb079f77;hp=df0992f15824b9dd631cf6d1141ee160c7af1c45;hb=e22d2ed95925d870876c4fcd922ea2a9cfdbdab1;hpb=6a5d85aac330ef87ebdd46ae1c3f4c1e1b7bed3f diff --git a/ginac/class_info.h b/ginac/class_info.h index df0992f1..3ab32030 100644 --- a/ginac/class_info.h +++ b/ginac/class_info.h @@ -3,7 +3,7 @@ * Helper templates to provide per-class information for class hierarchies. */ /* - * GiNaC Copyright (C) 1999-2007 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,17 +20,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_CLASS_INFO_H__ -#define __GINAC_CLASS_INFO_H__ +#ifndef GINAC_CLASS_INFO_H +#define GINAC_CLASS_INFO_H #include // for size_t #include -#include -#include -#include -#include #include +#include +#include #include +#include +#include namespace GiNaC { @@ -195,4 +195,4 @@ template bool class_info::parents_identified = false; } // namespace GiNaC -#endif // ndef __GINAC_CLASS_INFO_H__ +#endif // ndef GINAC_CLASS_INFO_H