]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
- modified the comment blocks so the copyright message no longer appears in
[ginac.git] / ginac / exprseq.h
index 16d99bd38847aafbdc56ca1cdcd234a7a52747d5..179cfbde767e83d6357838eb7c5a151a73ab3766 100644 (file)
@@ -9,8 +9,9 @@
  *                        $prepend=0
  *                        $let_op=0
  *                        $open_bracket=(
  *                        $prepend=0
  *                        $let_op=0
  *                        $open_bracket=(
- *                        $close_bracket=)
- *
+ *                        $close_bracket=) */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -32,7 +33,7 @@
 #define __GINAC_EXPRSEQ_H__
 
 #include <vector>
 #define __GINAC_EXPRSEQ_H__
 
 #include <vector>
-#include <ginac/ginac.h>
+#include <ginac/basic.h>
 
 typedef vector<ex> exvector;
 
 
 typedef vector<ex> exvector;