aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:29:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:29:00 +0000
commit23d5da2b2edc5898abaf33ca22337747b8bd749b (patch)
tree4166b604486e15a577587588186a805b09626627 /Carpet/CarpetLib/src/defs.hh
parent053a0d816b560bcf725ad43f650b7763d2bda887 (diff)
CarpetLib: Use new style instead of old style C++ headers
That is, say e.g. <cmath> instead of <math.h>. darcs-hash:20041225182902-891bb-2a4502d6a76ed830ab978030fc4e4765b183509f.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index ef0035aae..f4d722cca 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -7,9 +7,8 @@
#include <config.h>
#endif
-#include <assert.h>
-
#include <algorithm>
+#include <cassert>
#include <complex>
#include <iostream>
#include <list>