summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-06 06:28:54 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-06 06:28:54 +0000
commit9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6 (patch)
tree5553d15cea9c93f939170992deca7d48e4b4b528 /globals.h
parent9607209dccc166f2d918207c5b2c9731824e618e (diff)
downloadwireshark-9f60ef9ce2d6f6737eccde3a4179445ce2cf72f6.tar.gz
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.h6
1 files changed, 1 insertions, 5 deletions
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 <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