diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 16:22:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 16:22:57 +0200 |
commit | 85d7b857fb8ca8e3c03d4abb3368a0966760630c (patch) | |
tree | a16163e557bcae3af41bde7d2d771d64ca248a97 /crypting.c | |
parent | 875ad4201402b1a8f80ba22a6cdcdb152c6e5510 (diff) | |
parent | dd345753c1742905c9f81aa71d8b09109fbc5456 (diff) |
Merge trunk.
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 |