Remove unneeded include headers

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@357 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer 2010-01-08 15:45:51 +00:00
parent 5298bacd05
commit 7329537b80
2 changed files with 0 additions and 8 deletions

View File

@ -34,11 +34,8 @@
*/ */
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <time.h>
#include <sys/types.h>
#include "random.h" #include "random.h"

View File

@ -31,11 +31,6 @@
** randpass.c - Random password generation module of PWGEN program ** randpass.c - Random password generation module of PWGEN program
*/ */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include "random.h" #include "random.h"
#include "randpass.h" #include "randpass.h"