aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/patch_info.cc')
-rw-r--r--src/patch/patch_info.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/patch/patch_info.cc b/src/patch/patch_info.cc
index db49ba7..2f54a21 100644
--- a/src/patch/patch_info.cc
+++ b/src/patch/patch_info.cc
@@ -6,16 +6,14 @@
// patch_info::grid_pars
//
-#include <cstdio>
-#include <cmath>
+#include <stdio.h>
+#include <math.h>
#include <assert.h>
-using std::fprintf;
-using std::printf;
#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"