X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fregistrar.cpp;h=b051ec4f15512c78d2f8f30b46bb1f2fb4191369;hb=ec64e556734484ca3c518e6de95b26be61bedee7;hp=2f5ac70c979658337937bccffb791b251dfd1dc9;hpb=d327f3f00c66a79d42855939866047b3e8caa630;p=ginac.git diff --git a/ginac/registrar.cpp b/ginac/registrar.cpp index 2f5ac70c..b051ec4f 100644 --- a/ginac/registrar.cpp +++ b/ginac/registrar.cpp @@ -3,7 +3,7 @@ * GiNaC's class registrar (for class basic and all classes derived from it). */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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,11 +20,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "registrar.h" + #include #include - -#include "registrar.h" +#include namespace GiNaC {