From 735789921be32ee6012a1204e05fddae0026dd2b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 16 May 2005 06:17:42 +0000 Subject: fix error file build/path changes 2005-05-16 Not Zed * Makefile.am: fix error file build/path changes svn path=/trunk/; revision=29367 --- shell/e-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 8e70e7d0ed..44b05d0a2a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -32,7 +32,7 @@ #include "e-util/e-dialog-utils.h" #include "e-util/e-bconf-map.h" #include "e-util/e-fsutils.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include "e-shell-constants.h" #include "e-shell-offline-handler.h" -- cgit