From e4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 5 Sep 2002 18:48:52 +0000 Subject: Include cleanups in gtk and gtk2: Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191 --- gtk/proto_hier_stats_dlg.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gtk/proto_hier_stats_dlg.h') diff --git a/gtk/proto_hier_stats_dlg.h b/gtk/proto_hier_stats_dlg.h index dc124ffec1..c0a520a230 100644 --- a/gtk/proto_hier_stats_dlg.h +++ b/gtk/proto_hier_stats_dlg.h @@ -1,6 +1,6 @@ /* proto_hier_stats_dlg.h * - * $Id: proto_hier_stats_dlg.h,v 1.1 2001/03/22 23:54:47 gram Exp $ + * $Id: proto_hier_stats_dlg.h,v 1.2 2002/09/05 18:47:47 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -22,6 +22,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef __PROTO_HIER_STATS_DLG_H__ +#define __PROTO_HIER_STATS_DLG_H__ void proto_hier_stats_cb(GtkWidget *w, gpointer d); + +#endif -- cgit v1.2.3