aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
commit94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125 (patch)
tree7d972bab4738dca3d0d81e46e07299cc42fae615 /epan/dissectors/packet-ssh.c
parent70416bc4a356605d91bb9d67f8f9b58f3fd3c9cf (diff)
(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
Diffstat (limited to 'epan/dissectors/packet-ssh.c')
-rw-r--r--epan/dissectors/packet-ssh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssh.c b/epan/dissectors/packet-ssh.c
index cce7b34aad..de1955f7f7 100644
--- a/epan/dissectors/packet-ssh.c
+++ b/epan/dissectors/packet-ssh.c
@@ -35,9 +35,7 @@
# include "config.h"
#endif
-#if HAVE_STDLIB_H
#include <stdlib.h>
-#endif
#include <string.h>
#include <glib.h>
#include <epan/packet.h>