diff options
Diffstat (limited to 'crypting.c')
| -rw-r--r-- | crypting.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -28,11 +28,9 @@     included if CRYPTING_MAIN is defined. Or just do "make decode" and     the programs will be built. */ +#include <bitlbee.h>  #include "md5.h"  #include "crypting.h" -#include <string.h> -#include <stdio.h> -#include <stdlib.h>  /*\   * [SH] Do _not_ call this if it's not entirely sure that it will not cause | 
