audioc.c: Always free IO buffer.
[paraslash.git] / exec.c
diff --git a/exec.c b/exec.c
index db05c0227f0ce91953e42be6eb562aeb2a33af1e..8eb0599fba5e3089057f83dcb717345c6e0194d5 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2003-2012 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -7,7 +7,6 @@
 /** \file exec.c Helper functions for spawning new processes. */
 
 #include <regex.h>
-#include <dirent.h>
 
 #include "para.h"
 #include "close_on_fork.h"