aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msproxy.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-10 02:43:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-10 02:43:29 +0000
commit0a1a5b51fe4fb18eef7c7aec3f306fa7dccd787d (patch)
tree0682084cf109e893b99ed7987837c424bed71059 /packet-msproxy.c
parentfdefc98a85487ff28b445e2f03b814db508cac04 (diff)
Eliminate "alignment.h" header - the stuff in it is no longer used.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9625 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-msproxy.c')
-rw-r--r--packet-msproxy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-msproxy.c b/packet-msproxy.c
index afb6903d0c..764d7c619d 100644
--- a/packet-msproxy.c
+++ b/packet-msproxy.c
@@ -2,7 +2,7 @@
* Routines for Microsoft Proxy packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-msproxy.c,v 1.36 2003/11/08 00:02:55 guy Exp $
+ * $Id: packet-msproxy.c,v 1.37 2004/01/10 02:43:28 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -51,7 +51,6 @@
#include <epan/packet.h>
#include <epan/resolv.h>
-#include "alignment.h"
#include <epan/conversation.h>
#include "packet-tcp.h"