aboutsummaryrefslogtreecommitdiff
path: root/src/i_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_common.h')
-rw-r--r--src/i_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_common.h b/src/i_common.h
deleted file mode 100644
index 66dc56a..0000000
--- a/src/i_common.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define i_swap(A,B) double temp = A; A = B; B = temp;
-