diff options
author | lloyd <[email protected]> | 2012-09-06 17:32:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-06 17:32:06 +0000 |
commit | e0029df2f95364f21a9538b493e24661e54efa21 (patch) | |
tree | dbae2e515f27f06ce9b6ca3017dfd91e68af51a4 /src/tls/tls_handshake_io.cpp | |
parent | b1be53d2b45638f5fb78b5c719e82f0eada247fd (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.cpp | 1 |
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 { |