diff options
author | David <dbphillipsnz@gmail.com> | 2014-06-04 19:54:12 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-04 19:54:12 +1200 |
commit | d1e3b814cbb9c08ce5a626445cd2930b13a9893c (patch) | |
tree | 3be25fcb01302bdf2ffc467907436aa6f58958a0 /common.c | |
parent | 2747e2b658b2f27897a80345cb3afb196c0e7c3b (diff) | |
download | paramano-d1e3b814cbb9c08ce5a626445cd2930b13a9893c.tar.xz |
Moved away from manual setting of sudo-ness
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |