aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/hash.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-09 19:17:59 +0000
committerlloyd <[email protected]>2008-11-09 19:17:59 +0000
commit4781f307dac8a9d8854ee5325bb018ceb52f5b74 (patch)
treefa9a4d02a1a4558c3dfd49548b4fcb9665cb9009 /src/hash/hash.h
parent7d695611f3759ef70a5103e05d724f8ba40cb2c9 (diff)
Remove redundent includes
Diffstat (limited to 'src/hash/hash.h')
-rw-r--r--src/hash/hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/hash.h b/src/hash/hash.h
index d42ee0d82..08f1eb3dc 100644
--- a/src/hash/hash.h
+++ b/src/hash/hash.h
@@ -6,7 +6,6 @@
#ifndef BOTAN_HASH_FUNCTION_BASE_CLASS_H__
#define BOTAN_HASH_FUNCTION_BASE_CLASS_H__
-#include <botan/types.h>
#include <botan/buf_comp.h>
#include <string>