summaryrefslogtreecommitdiffstats
path: root/libopkg/hash_table.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 23:09:15 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 23:09:15 (EST)
commitbd1c5142701e7cdd2176a951feabdf852f3ead57 (patch)
tree5e312d2928bc769e0af7cd4c860278fc909f4007 /libopkg/hash_table.c
parent8fdd042394b7395c13bee66afb45dd3875c60c63 (diff)
Fix some errno abuse.
git-svn-id: http://opkg.googlecode.com/svn/trunk@393 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/hash_table.c')
-rw-r--r--libopkg/hash_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/hash_table.c b/libopkg/hash_table.c
index 1bc621c..2d42d91 100644
--- a/libopkg/hash_table.c
+++ b/libopkg/hash_table.c
@@ -15,7 +15,6 @@
General Public License for more details.
*/
-#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>