From 9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 6 Jan 2000 06:28:54 +0000 Subject: 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 --- globals.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index f1c137cb3f..3b628f41b8 100644 --- a/globals.h +++ b/globals.h @@ -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 @@ -34,10 +34,6 @@ #include "packet.h" #endif -#ifndef __PRINT_H__ -#include "print.h" -#endif - #ifndef __FILE_H__ #include "file.h" #endif -- cgit v1.2.1