]> www.ginac.de Git - ginac.git/blobdiff - ginac/expair.cpp
Fix minimum CLN version for pkg-config.
[ginac.git] / ginac / expair.cpp
index 09c6f6dd2c6569814ebc2a73f332d99be1fb634b..96dbd2df14eef59098115f3b69d406480f3a037a 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of expression pairs (building blocks of expairseq). */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2021 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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
-
 #include "expair.h"
 #include "operators.h"
 
+#include <iostream>
+
 namespace GiNaC {
 
 void expair::print(std::ostream & os) const