aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 16:11:23 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 16:11:23 +0000
commit44ea2f2f40ebdb9d4ebb650ef1e3436a2fd9b336 (patch)
tree53bfac31f7b400db3198dc6fc7036895ef90f790
parent089a192171ed5461d2567d1d27024a27dd38f232 (diff)
Revert previous checkin.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25910 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/base64.c1
-rw-r--r--epan/base64.h1
2 files changed, 1 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.
diff --git a/epan/base64.h b/epan/base64.h
index 0a1b94709e..ffef8ebf17 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,6 +28,7 @@
extern "C" {
#endif /* __cplusplus */
+#include "epan/tvbuff.h"
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);