Remove unneeded include headers

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@357 b624d157-de02-0410-bad0-e51aec6abb33
master
sniperbeamer 15 years ago
parent 5298bacd05
commit 7329537b80
  1. 3
      src/apg/pronpass.c
  2. 5
      src/apg/randpass.c

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

@ -31,11 +31,6 @@
** 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 "randpass.h"