From 72ab7dc381d4bc62409d16c43313648123151851 Mon Sep 17 00:00:00 2001 From: Benedikt Meurer <benny@xfce.org> Date: Tue, 14 Mar 2006 00:26:23 +0000 Subject: [PATCH] 2006-03-14 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-util.c: Do not include <libxfce4util/libxfce4util.h> directly. (Old svn revision: 20404) --- ChangeLog | 5 +++++ thunar-vfs/thunar-vfs-util.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b28654254..1504727a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-14 Benedikt Meurer <benny@xfce.org> + + * thunar-vfs/thunar-vfs-util.c: Do not include + <libxfce4util/libxfce4util.h> directly. + 2006-03-13 Benedikt Meurer <benny@xfce.org> * thunar/thunar-path-entry.c(thunar_path_entry_init): Always sort diff --git a/thunar-vfs/thunar-vfs-util.c b/thunar-vfs/thunar-vfs-util.c index eecc336ed..e3f372bbe 100644 --- a/thunar-vfs/thunar-vfs-util.c +++ b/thunar-vfs/thunar-vfs-util.c @@ -40,8 +40,6 @@ #include <string.h> #endif -#include <libxfce4util/libxfce4util.h> - #include <thunar-vfs/thunar-vfs-util.h> #include <thunar-vfs/thunar-vfs-alias.h> -- GitLab