From 41299b608185ff385c7540b7f51b77135d773d7f Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Tue, 11 Oct 2005 09:44:59 +0000 Subject: [PATCH] Fixed include --- src/gm-ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gm-ui.h b/src/gm-ui.h index 5799ac9..b6adf18 100644 --- a/src/gm-ui.h +++ b/src/gm-ui.h @@ -6,7 +6,7 @@ #endif #include -#include "gm-app-view.h" +#include "widgets/gm-app-view.h" #include "gm-support.h" G_BEGIN_DECLS