diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-06 06:28:54 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-06 06:28:54 +0000 |
commit | 9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6 (patch) | |
tree | 5553d15cea9c93f939170992deca7d48e4b4b528 /globals.h | |
parent | 9607209dccc166f2d918207c5b2c9731824e618e (diff) | |
download | wireshark-9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6.tar.gz wireshark-9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6.tar.bz2 wireshark-9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6.zip |
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
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |