aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/botan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstate/botan.h')
-rw-r--r--src/libstate/botan.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/libstate/botan.h b/src/libstate/botan.h
deleted file mode 100644
index 42d3dc392..000000000
--- a/src/libstate/botan.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-* A vague catch all include file for Botan
-* (C) 1999-2007 Jack Lloyd
-*
-* Distributed under the terms of the Botan license
-*/
-
-#ifndef BOTAN_BOTAN_H__
-#define BOTAN_BOTAN_H__
-
-#include <botan/init.h>
-#include <botan/lookup.h>
-#include <botan/libstate.h>
-#include <botan/version.h>
-#include <botan/parsing.h>
-
-#include <botan/rng.h>
-
-#if defined(BOTAN_HAS_AUTO_SEEDING_RNG)
- #include <botan/auto_rng.h>
-#endif
-
-#endif