aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-06-04 19:54:12 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:31:40 +1200
commit38f928b2f33ec527490899e580e5ee1327a327e9 (patch)
tree8e7d50f2d5a50e20e8f384241afe782ea94653a3 /common.c
parent4634e137f7c1ab4a06ae6b6e808510159be55000 (diff)
downloadparamano-38f928b2f33ec527490899e580e5ee1327a327e9.tar.xz
Moved away from manual setting of sudo-ness
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.c b/common.c
index 5ffdd8b..35bfe43 100644
--- a/common.c
+++ b/common.c
@@ -18,8 +18,6 @@
#include "common.h"
-#include "debug.h" /* debug() */
-
#include <stdio.h> /* fopen, fgets, printf */
#include <stdlib.h> /* atoi */
#include <string.h> /* lots of functions */