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:
parent
5298bacd05
commit
7329537b80
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue