summaryrefslogtreecommitdiff
path: root/epan/base64.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-03 16:11:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-03 16:11:23 +0000
commitd8c21bbe382a1b156e8afda21b5d9a983eae0d72 (patch)
tree53bfac31f7b400db3198dc6fc7036895ef90f790 /epan/base64.c
parent86e0bde995d813803dd41ec6ba5f3911c29d8015 (diff)
downloadwireshark-d8c21bbe382a1b156e8afda21b5d9a983eae0d72.tar.gz
Revert previous checkin.
svn path=/trunk/; revision=25910
Diffstat (limited to 'epan/base64.c')
-rw-r--r--epan/base64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/base64.c b/epan/base64.c
index be9fe3a26f..7a5966d843 100644
--- a/epan/base64.c
+++ b/epan/base64.c
@@ -27,7 +27,6 @@
#endif
#include <string.h>
-#include "epan/tvbuff.h"
#include "base64.h"
/* Decode a base64 string in-place - simple and slow algorithm.