diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-08-20 15:23:34 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-08-20 15:23:34 +0000 |
commit | aacb4d90f0ef62557d0fa370c5bfcafe89c466a0 (patch) | |
tree | 69ed356e9a6337b18ca49bf9ce658e4da78d9f7f /gtk | |
parent | 1839c44f3f0d41e5b6312e85de9a8f99f1b48fab (diff) | |
download | wireshark-aacb4d90f0ef62557d0fa370c5bfcafe89c466a0.tar.gz wireshark-aacb4d90f0ef62557d0fa370c5bfcafe89c466a0.tar.bz2 wireshark-aacb4d90f0ef62557d0fa370c5bfcafe89c466a0.zip |
Use system's version of AM_PATH_GLIB macro.
Optimize use of AC_CHECK_FUNC in wiretap/acinclude.m4
Move #include "config.h" to be first include in some files.
From albert chin (china@thewrittenword.com)
svn path=/trunk/; revision=3857
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 4ab9bdabe9..423d1b85d8 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -25,9 +25,9 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include "config.h" #include <stdlib.h> #include <string.h> -#include "config.h" #include <gtk/gtkmain.h> #include "gtkclist.h" #include <gtk/gtkbindings.h> |