Don't include "print.h" in "globals.h"; have the few files that need

stuff from it include it themselves.

svn path=/trunk/; revision=1424
This commit is contained in:
Guy Harris 2000-01-06 06:28:54 +00:00
parent 9607209dcc
commit 9f60ef9ce2
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
* $Id: globals.h,v 1.13 1999/12/29 05:48:25 guy Exp $
* $Id: globals.h,v 1.14 2000/01/06 06:28:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -34,10 +34,6 @@
#include "packet.h"
#endif
#ifndef __PRINT_H__
#include "print.h"
#endif
#ifndef __FILE_H__
#include "file.h"
#endif