1999-05-28 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gscreen.c: Include util.h after x.h;  Undefine __G_LIB_H__.
This commit is contained in:
Miguel de Icaza 1999-05-28 22:31:30 +00:00
parent 1534ef3055
commit 9c0597b6a3

View File

@ -11,6 +11,7 @@
#include <config.h>
#include <string.h>
#include "x.h"
#include "util.h"
#include "global.h"
#include "dir.h"
#include "command.h"
@ -38,7 +39,6 @@
#include "gtkflist.h"
#include "../vfs/vfs.h"
#include <gdk/gdkprivate.h>
#include <glib.h>
/* Whether to display the tree view on the left */
int tree_panel_visible = -1;