aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_io.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-09-06 17:32:06 +0000
committerlloyd <[email protected]>2012-09-06 17:32:06 +0000
commite0029df2f95364f21a9538b493e24661e54efa21 (patch)
treedbae2e515f27f06ce9b6ca3017dfd91e68af51a4 /src/tls/tls_handshake_io.cpp
parentb1be53d2b45638f5fb78b5c719e82f0eada247fd (diff)
Inline Record_Reader to Channel as well
Diffstat (limited to 'src/tls/tls_handshake_io.cpp')
-rw-r--r--src/tls/tls_handshake_io.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tls/tls_handshake_io.cpp b/src/tls/tls_handshake_io.cpp
index 85bd85c41..fd2e7ea98 100644
--- a/src/tls/tls_handshake_io.cpp
+++ b/src/tls/tls_handshake_io.cpp
@@ -7,7 +7,6 @@
#include <botan/internal/tls_handshake_io.h>
#include <botan/internal/tls_messages.h>
-#include <botan/tls_record.h>
#include <botan/exceptn.h>
namespace Botan {