From cb0a97e5a39aab5bd50f2a926fa7b886f7489bf4 Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Tue, 18 Dec 2001 19:46:26 +0000 Subject: [PATCH] Don't #include bonobo.h 2001-12-18 Bradford Hovinen * background-properties-capplet.c: Don't #include bonobo.h --- capplets/background/ChangeLog | 1 + capplets/background/background-properties-capplet.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index 7b4a3ad6b..60c37e39d 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -4,6 +4,7 @@ gconf_engine (setup_dialog): Use correct path for enabled (main): Preload the background settings directory for performance + Don't #include bonobo.h * background.schema: Update keys to use /desktop/gnome/background diff --git a/capplets/background/background-properties-capplet.c b/capplets/background/background-properties-capplet.c index a0f528ba7..0d286a57a 100644 --- a/capplets/background/background-properties-capplet.c +++ b/capplets/background/background-properties-capplet.c @@ -1,6 +1,6 @@ /* -*- mode: c; style: linux -*- */ -/* main.c +/* background-properties-capplet.c * Copyright (C) 2000-2001 Ximian, Inc. * * Written by: Bradford Hovinen , @@ -27,9 +27,9 @@ #endif #include -#include -#include +#include #include + #include "capplet-util.h" #include "gconf-property-editor.h" #include "applier.h"