Include-statement cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "InitializationVector.h"
|
||||
#include <iostream>
|
||||
#include "Feistel.h"
|
||||
|
||||
GhettoCipher::InitializationVector::InitializationVector(const Block& seed)
|
||||
|
@@ -534,7 +534,6 @@ bool GhettoCipher::GhettoCryptWrapper::DecryptFile(const std::string& filename_i
|
||||
|
||||
/*** ./../GhettoCrypt/InitializationVector.cpp ***/
|
||||
|
||||
#include <iostream>
|
||||
|
||||
GhettoCipher::InitializationVector::InitializationVector(const Block& seed)
|
||||
{
|
||||
|
Reference in New Issue
Block a user