Changed two #include <>'s to #include "" 's, for stylistic reasons only.
svn path=/trunk/; revision=471
This commit is contained in:
parent
d42b2df23f
commit
499eff7b0d
4
file.h
4
file.h
@ -1,7 +1,7 @@
|
|||||||
/* file.h
|
/* file.h
|
||||||
* Definitions for file structures and routines
|
* Definitions for file structures and routines
|
||||||
*
|
*
|
||||||
* $Id: file.h,v 1.30 1999/08/10 07:54:07 guy Exp $
|
* $Id: file.h,v 1.31 1999/08/11 17:02:27 gram Exp $
|
||||||
*
|
*
|
||||||
* Ethereal - Network traffic analyzer
|
* Ethereal - Network traffic analyzer
|
||||||
* By Gerald Combs <gerald@zing.org>
|
* By Gerald Combs <gerald@zing.org>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __WTAP_H__
|
#ifndef __WTAP_H__
|
||||||
#include <wiretap/wtap.h>
|
#include "wiretap/wtap.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBPCAP
|
#ifdef HAVE_LIBPCAP
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "snprintf-imp.h"
|
#include "snprintf-imp.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user