]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / basic.cpp
index 8317f8129adb7134b2a5b625d96ba93862befa2c..1c8814d44f89bb8d50579551cbb3a01382916402 100644 (file)
@@ -1,7 +1,8 @@
 /** @file basic.cpp
  *
- *  Implementation of GiNaC's ABC.
- *
+ *  Implementation of GiNaC's ABC. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
 #include <typeinfo>
 #include <stdexcept>
 
-#include "ginac.h"
+#include "basic.h"
+#include "ex.h"
+#include "numeric.h"
+#include "power.h"
+#include "symbol.h"
+#include "lst.h"
+#include "ncmul.h"
 #include "utils.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -406,3 +416,5 @@ type_info const & typeid_basic=typeid(some_basic);
 //////////
 
 int max_recursion_level=1024;
+
+} // namespace GiNaC