Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/lua/sqlite Remove un-needed headers.



details:   https://anonhg.NetBSD.org/src/rev/126235464750
branches:  trunk
changeset: 770387:126235464750
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Oct 15 10:35:06 2011 +0000

description:
Remove un-needed headers.

diffstat:

 lib/lua/sqlite/sqlite.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 460f3677f669 -r 126235464750 lib/lua/sqlite/sqlite.c
--- a/lib/lua/sqlite/sqlite.c   Sat Oct 15 10:27:06 2011 +0000
+++ b/lib/lua/sqlite/sqlite.c   Sat Oct 15 10:35:06 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sqlite.c,v 1.1 2011/10/15 10:26:30 mbalmer Exp $ */
+/*     $NetBSD: sqlite.c,v 1.2 2011/10/15 10:35:06 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2011 Marc Balmer <marc%msys.ch@localhost>
@@ -27,15 +27,11 @@
 
 /* SQLite interface for Lua */
 
-#include <errno.h>
-#include <fcntl.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
-#include <ctype.h>
 #include <stdlib.h>
 #include <sqlite3.h>
-#include <unistd.h>
 
 #include <lua.h>
 #include <lauxlib.h>



Home | Main Index | Thread Index | Old Index