diff --git a/src/crypto/crypt_aes_impl.c b/src/crypto/crypt_aes_impl.c index 4fe24371c..c25230b40 100644 --- a/src/crypto/crypt_aes_impl.c +++ b/src/crypto/crypt_aes_impl.c @@ -24,9 +24,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" -#include "config_unix.h" -#include "config_win32.h" #include "debug.h" #include "crypt_aes_impl.h" #include "crypt_aes.h"