summaryrefslogtreecommitdiffstats
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c
index 42deccf..4b34ab6 100644
--- a/exec.c
+++ b/exec.c
@@ -15,8 +15,8 @@
****************************************************************************/
#include "exec.h"
-#include "bfs.h"
#include "bftw.h"
+#include "cmdline.h"
#include "color.h"
#include "dstring.h"
#include "util.h"