summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 13:41:10 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 13:41:10 +0000
commit1899903f6978c150e6a79ac0d36a57142e75608f (patch)
tree8c97d5e132b1487f1589a497338113ca7834d871 /epan/packet.h
parent0d23305cd516c348acb786fa5ed056def64073d8 (diff)
downloadwireshark-1899903f6978c150e6a79ac0d36a57142e75608f.tar.gz
Include <epan/to_str.h> only when needed.
svn path=/trunk/; revision=53189
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index addfc14af1..f37a3dbcf7 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -29,7 +29,6 @@
#include "proto.h"
#include "tvbuff.h"
#include "wsutil/pint.h"
-#include "to_str.h"
#include "value_string.h"
#include "column-info.h"
#include "frame_data.h"