[gq-commit] gq/src schemabrowse.c,1.24,1.25 gq-xml.c,1.6,1.7
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-17 07:28:30
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv2713 Modified Files: schemabrowse.c gq-xml.c Log Message: * Cosmetic changes only Index: schemabrowse.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/schemabrowse.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** schemabrowse.c 11 Oct 2003 21:35:30 -0000 1.24 --- schemabrowse.c 17 Oct 2003 07:27:51 -0000 1.25 *************** *** 41,49 **** #include <gtk/gtk.h> #include "mainwin.h" #include "configfile.h" #include "common.h" #include "util.h" - #include "schemabrowse.h" #include "schema.h" #include "i18n.h" --- 41,49 ---- #include <gtk/gtk.h> + #include "schemabrowse.h" #include "mainwin.h" #include "configfile.h" #include "common.h" #include "util.h" #include "schema.h" #include "i18n.h" Index: gq-xml.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/gq-xml.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** gq-xml.c 17 Oct 2003 06:52:39 -0000 1.6 --- gq-xml.c 17 Oct 2003 07:27:51 -0000 1.7 *************** *** 26,29 **** --- 26,31 ---- */ + /* $Id$ */ + #include <string.h> #include <gtk/gtk.h> |