aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-05-20 09:25:21 -0500
committerErik Schnetter <schnetter@gmail.com>2013-05-20 09:25:21 -0500
commit276ed1e4b33f1ecf16e0881607b1e6439a19b7cd (patch)
tree593252a6b56617680ef15ebfe6577a7f66cda0b5 /Carpet/CarpetLib/src/defs.hh
parentc71496243d4ebcd57d1e558a2dd2b0e519b41897 (diff)
CarpetLib: Don't explicitly #include cctk_Config.h
This is done by cctk.h automatically.
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index 02e36330e..345f9ee60 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -3,10 +3,6 @@
#include <cctk.h>
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <algorithm>
#include <cassert>
#include <cmath>