- changed include paths
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#include "hasher.h"
|
||||
|
||||
#include "hasher_sha1.h"
|
||||
#include "hasher_md5.h"
|
||||
#include <transforms/hashers/hasher_sha1.h>
|
||||
#include <transforms/hashers/hasher_md5.h>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#define HASHER_H_
|
||||
|
||||
|
||||
#include "../../types.h"
|
||||
#include <types.h>
|
||||
|
||||
/**
|
||||
* algorithms to use for hashing
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
|
||||
#include "hasher_md5.h"
|
||||
|
||||
#include "../../definitions.h"
|
||||
#include "../../utils/allocator.h"
|
||||
#include <definitions.h>
|
||||
#include <utils/allocator.h>
|
||||
|
||||
#define BLOCK_SIZE_MD5 16
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef HASHER_MD5_H_
|
||||
#define HASHER_MD5_H_
|
||||
|
||||
#include "hasher.h"
|
||||
#include <transforms/hashers/hasher.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include "hasher_sha1.h"
|
||||
|
||||
#include "../../definitions.h"
|
||||
#include "../../utils/allocator.h"
|
||||
#include <definitions.h>
|
||||
#include <utils/allocator.h>
|
||||
|
||||
#define BLOCK_SIZE_SHA1 20
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef HASHER_SHA1_H_
|
||||
#define HASHER_SHA1_H_
|
||||
|
||||
#include "hasher.h"
|
||||
#include <transforms/hashers/hasher.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user