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
|
||||
* 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
|
||||
* By Gerald Combs <gerald@zing.org>
|
||||
@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef __WTAP_H__
|
||||
#include <wiretap/wtap.h>
|
||||
#include "wiretap/wtap.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBPCAP
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "snprintf-imp.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user