Upgrade to 0.4.3 base on merge from mainstream branch
[keepassx] / src / apg / randpass.c
index 9cf105f..66d3d29 100644 (file)
 ** 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"