dont need includes
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Jan 2002 00:32:17 +0000 (00:32 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Jan 2002 00:32:17 +0000 (00:32 +0000)
citadel/lock.c

index 39feab07767ca923f04d226e23989dfdeb8f1f9f..b1df8c34470aa6090269e58b5f749ee5bfd27188 100644 (file)
@@ -14,8 +14,6 @@
 
 #define _XOPEN_SOURCE 500 /* Unix98 */
 
-#include <stdlib.h>
-#include "sysdep_decls.h"
 #include "lock.h"
 
 int lock_init(lock_t *lock) {