aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-01-18 18:04:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-01-18 18:04:00 +0000
commit382294d153be1436d06fc90abe7c1aa0f458a4b2 (patch)
treed4349eb42f6e5556d9f58e0ac2cff67db3444931 /Carpet/CarpetLib/src/defs.hh
parentb72f7bedaa02e9299cac1bb02a130ced29f65ab7 (diff)
CarpetLib/src/defs.hh: no need to '#include <complex>'
darcs-hash:20050118180403-776a0-eb91906a7335386c49a03ae70f5caaf20a5441c3.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index eb9910436..54219ecc3 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -7,7 +7,9 @@
#include <algorithm>
#include <cassert>
+#if 0
#include <complex>
+#endif
#include <iostream>
#include <list>
#include <set>