]> www.ginac.de Git - ginac.git/blobdiff - ginac/archive.cpp
Remove deprecated initialization via overloaded comma operator.
[ginac.git] / ginac / archive.cpp
index 0eed3d54a2e2f516105c63fe0bfd5cc7c4282315..6fc690071c8b16ad2e5761cc3672ebdccf6b7eed 100644 (file)
@@ -3,7 +3,7 @@
  *  Archiving of GiNaC expressions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 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
@@ -24,9 +24,6 @@
 #include "registrar.h"
 #include "ex.h"
 #include "lst.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
 #include "version.h"
 
 #include <iostream>