aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/CallFunction.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:30:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-12-25 18:30:00 +0000
commit50dfcec56cd4b5fdc2b9bffb0dade1005342ca78 (patch)
treef91902bd3a8fb7eecd91d49a9f42b3baf9f0989a /Carpet/Carpet/src/CallFunction.cc
parent23d5da2b2edc5898abaf33ca22337747b8bd749b (diff)
Carpet: Use new style instead of old style C++ headers
darcs-hash:20041225183030-891bb-f26f2712b7041a139d139fe8ba92db281c969e7e.gz
Diffstat (limited to 'Carpet/Carpet/src/CallFunction.cc')
-rw-r--r--Carpet/Carpet/src/CallFunction.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/CallFunction.cc b/Carpet/Carpet/src/CallFunction.cc
index 0ce723b6a..b35ca8655 100644
--- a/Carpet/Carpet/src/CallFunction.cc
+++ b/Carpet/Carpet/src/CallFunction.cc
@@ -1,7 +1,6 @@
-#include <assert.h>
-#include <stdlib.h>
-
#include <algorithm>
+#include <cassert>
+#include <cstdlib>
#include "cctk.h"
#include "cctki_GHExtensions.h"