remove include Buffer.h
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <fstream>
|
||||
|
||||
#include "cryptography.h"
|
||||
#include "Buffer.h"
|
||||
|
||||
|
||||
Cryptography::Cryptography(const char* password, size_t size)
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#include "func.h"
|
||||
#include "glob.h"
|
||||
#include "Buffer.h"
|
||||
|
||||
Pass* find_password(Buffer* buff, char* label)
|
||||
{
|
||||
|
Reference in New Issue
Block a user