From ee5ca25d31984b9768d5ae9419dea0e3b493b479 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 21 Jan 2002 07:37:49 +0000 Subject: Include files from the "epan" directory and subdirectories thereof with "epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4586 --- packet-ncp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-ncp.c') diff --git a/packet-ncp.c b/packet-ncp.c index cfe0c6ebfc..7c6fcc4183 100644 --- a/packet-ncp.c +++ b/packet-ncp.c @@ -3,7 +3,7 @@ * Gilbert Ramirez * Modified to allow NCP over TCP/IP decodes by James Coe * - * $Id: packet-ncp.c,v 1.53 2002/01/05 04:12:14 gram Exp $ + * $Id: packet-ncp.c,v 1.54 2002/01/21 07:36:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -37,8 +37,8 @@ #endif #include -#include "packet.h" -#include "conversation.h" +#include +#include #include "prefs.h" #include "packet-ipx.h" #include "packet-ncp-int.h" -- cgit v1.2.1