]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/upoly_io.hpp
Renamed files *.tcc and *.hpp to *.h.
[ginac.git] / ginac / polynomial / upoly_io.hpp
diff --git a/ginac/polynomial/upoly_io.hpp b/ginac/polynomial/upoly_io.hpp
deleted file mode 100644 (file)
index a9fb259..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef GINAC_UPOLY_IO_HPP
-#define GINAC_UPOLY_IO_HPP
-#include <iostream>
-#include "upoly.hpp"
-
-namespace GiNaC
-{
-extern std::ostream& operator<<(std::ostream&, const upoly& );
-extern std::ostream& operator<<(std::ostream&, const umodpoly& );
-}
-
-#endif // GINAC_UPOLY_IO_HPP