Minor include cleanup in utlis.h
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "key_vault.h"
|
#include "key_vault.h"
|
||||||
#include "unedat.h"
|
#include "unedat.h"
|
||||||
|
#include "sha1.h"
|
||||||
|
#include "lz.h"
|
||||||
|
#include "ec.h"
|
||||||
|
|
||||||
#include "Utilities/mutex.h"
|
#include "Utilities/mutex.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
// Copyright (C) 2014 Hykem <hykem@hotmail.com>
|
// Copyright (C) 2014 Hykem <hykem@hotmail.com>
|
||||||
// Licensed under the terms of the GNU GPL, version 3
|
// Licensed under the terms of the GNU GPL, version 3
|
||||||
// http://www.gnu.org/licenses/gpl-3.0.txt
|
// http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
#include "aes.h"
|
||||||
|
#include "sha1.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|||||||
@@ -7,10 +7,6 @@
|
|||||||
#include "util/types.hpp"
|
#include "util/types.hpp"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "aes.h"
|
|
||||||
#include "sha1.h"
|
|
||||||
#include "lz.h"
|
|
||||||
#include "ec.h"
|
|
||||||
|
|
||||||
enum { CRYPTO_MAX_PATH = 4096 };
|
enum { CRYPTO_MAX_PATH = 4096 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user