aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/patch.cc')
-rw-r--r--src/patch/patch.cc12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/patch/patch.cc b/src/patch/patch.cc
index 48b3a18..e843d03 100644
--- a/src/patch/patch.cc
+++ b/src/patch/patch.cc
@@ -25,19 +25,15 @@
// patch::assert_all_ghost_zones_fully_setup
//
-#include <cstdio>
-#include <cmath>
-#include <cstring>
+#include <stdio.h>
+#include <math.h>
+#include <string.h>
#include <assert.h>
-using std::fprintf;
-using std::printf;
-using std::strcmp;
-using std::sqrt;
#include "cctk.h"
+#include "config.h"
#include "stdc.h"
-#include "config.hh"
#include "../jtutil/util.hh"
#include "../jtutil/array.hh"
#include "../jtutil/cpm_map.hh"