]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.cpp
- modified the comment blocks so the copyright message no longer appears in
[ginac.git] / ginac / ex.cpp
index 652005ddfc4d815c940c0ee204718892adc051f8..147cd97ffd6144a3edf9abaea61081f6f31d16f2 100644 (file)
@@ -1,7 +1,8 @@
 /** @file ex.cpp
  *
- *  Implementation of GiNaC's light-weight expression handles.
- *
+ *  Implementation of GiNaC's light-weight expression handles. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
 
 #include <iostream>
 
-#include "ginac.h"
+#include "ex.h"
+#include "add.h"
+#include "mul.h"
+#include "ncmul.h"
+#include "numeric.h"
+#include "power.h"
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers