From 9c9e49ae7b827ea3805ae567a4d1c7e9e43bb2b6 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 25 May 2013 20:03:42 +0200 Subject: [PATCH] fmtseq: forgotten include --- src/fmtseq.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fmtseq.cpp b/src/fmtseq.cpp index 389f254..a54d143 100644 --- a/src/fmtseq.cpp +++ b/src/fmtseq.cpp @@ -19,8 +19,6 @@ #include "fmtseq.h" #include "arcfour.h" -#include - using namespace fmtseq; void prepare_keygen (arcfour& kg, const std::vector&SK, uint idx)