diff options
author | lloyd <[email protected]> | 2010-10-07 18:16:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-07 18:16:39 +0000 |
commit | 6f07316c66604dbbbf4a1db76d6e8a0ab5462385 (patch) | |
tree | 029c7773ba6387a9661f044aaf469b130c4cd611 /src | |
parent | 907852104ba4ed95a33b13623160dc961d7e4cfd (diff) |
Remove debug.h include
Diffstat (limited to 'src')
-rw-r--r-- | src/ssl/rec_read.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ssl/rec_read.cpp b/src/ssl/rec_read.cpp index 789cac187..29e2ca4c7 100644 --- a/src/ssl/rec_read.cpp +++ b/src/ssl/rec_read.cpp @@ -8,7 +8,6 @@ #include <botan/tls_record.h> #include <botan/lookup.h> #include <botan/loadstor.h> -#include <botan/internal/debug.h> namespace Botan { |