Cleanup header file define guards.
[obnox/wireshark/wip.git] / gtk / gui_utils.h
index 01ab031247c48618490ba0f86139c937d73738fd..e75b3cd07cdc0da635b1a75f50a2375c5e54dda6 100644 (file)
@@ -22,8 +22,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-#ifndef __GTKGUIUI_UTIL_H__
-#define __GTKGUIUI_UTIL_H__
+#ifndef __GUI_UTILS_H__
+#define __GUI_UTILS_H__
 
 /** @defgroup windows_group Windows
  *
@@ -461,4 +461,4 @@ gint ws_combo_box_get_active(GtkComboBox *combo_box);
 void ws_combo_box_set_active(GtkComboBox *combo_box, gint idx);
 
 
-#endif /* __GTKGUIUI_UTIL_H__ */
+#endif /* __GUI_UTIL__H__ */