summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-08 21:46:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-08 21:46:31 +0200
commitc178db4a18365f04b40fe3b974177078c6377e6b (patch)
tree77f7a93e9b2ac4f6c62ed572dd47c38efba25c43 /pgfuse.c
parent59cd5bd18df3f23dd3535cf7602cb3273357bbea (diff)
downloadpgfuse-c178db4a18365f04b40fe3b974177078c6377e6b.tar.gz
pgfuse-c178db4a18365f04b40fe3b974177078c6377e6b.tar.bz2
removed search.h
Diffstat (limited to 'pgfuse.c')
-rw-r--r--pgfuse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgfuse.c b/pgfuse.c
index 020d67c..4db66bd 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -26,7 +26,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <arpa/inet.h> /* for htonl, ntohl */
-#include <search.h> /* for hcreate, hsearch */
#include <fuse.h> /* for user-land filesystem */
#include <fuse_opt.h> /* fuse command line parser */