Fix: remove unused fts.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 00:45:21 +0000 (20:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 00:45:21 +0000 (20:45 -0400)
Will allow us to enable LFS support on 32-bit.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/context.c

index dca4cb2b4fc4605735f795872570ae34456c82b7..0f727a180a53c5834c07ff2830544b61b7c73f97 100644 (file)
@@ -32,7 +32,6 @@
 #include <assert.h>
 #include <errno.h>
 
-#include <fts.h>
 #include <fcntl.h> /* For O_RDONLY */
 
 #include <glib.h>
This page took 0.024615 seconds and 4 git commands to generate.