diff options
Diffstat (limited to 'src/crontab.c')
-rw-r--r-- | src/crontab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crontab.c b/src/crontab.c index a432f1d..16c0be6 100644 --- a/src/crontab.c +++ b/src/crontab.c @@ -18,7 +18,6 @@ along with GNU Mcron. If not, see <http://www.gnu.org/licenses/>. */ #include "utils.h" -#include <libguile.h> /* Forward declarations. */ static void inner_main (void *closure, int argc, char *argv[]); |