Include-statement cleanup
This commit is contained in:
parent
653f647fc6
commit
c621357097
@ -1,7 +1,6 @@
|
||||
#include "GhettoCryptWrapper.h"
|
||||
#include "Cipher.h"
|
||||
#include "Util.h"
|
||||
#include <iostream>
|
||||
|
||||
std::string GhettoCipher::GhettoCryptWrapper::EncryptString(const std::string& cleartext, const std::string& password)
|
||||
{
|
||||
|
@ -2,11 +2,11 @@
|
||||
#include <bitset>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
#include "SecureBitset.h"
|
||||
#include "Block.h"
|
||||
#include "Flexblock.h"
|
||||
#include "InitializationVector.h"
|
||||
#include <cstring>
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user