[libwnck] [misc] Use single-include for atk
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libwnck] [misc] Use single-include for atk
- Date: Tue, 9 Feb 2010 14:54:49 +0000 (UTC)
commit 0fd7feb228775f0c80f1ed28825431381bb77fc0
Author: Vincent Untz <vuntz gnome org>
Date: Tue Feb 9 15:57:00 2010 +0100
[misc] Use single-include for atk
libwnck/pager-accessible-factory.h | 2 +-
libwnck/pager-accessible.c | 2 +-
libwnck/workspace-accessible-factory.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libwnck/pager-accessible-factory.h b/libwnck/pager-accessible-factory.h
index c6fa1ee..9dfef36 100644
--- a/libwnck/pager-accessible-factory.h
+++ b/libwnck/pager-accessible-factory.h
@@ -21,7 +21,7 @@
#ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
#define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__
-#include <atk/atkobjectfactory.h>
+#include <atk/atk.h>
#ifdef __cplusplus
extern "C" {
diff --git a/libwnck/pager-accessible.c b/libwnck/pager-accessible.c
index 7d3de31..61f6753 100644
--- a/libwnck/pager-accessible.c
+++ b/libwnck/pager-accessible.c
@@ -24,7 +24,7 @@
#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <string.h>
-#include <atk/atkobjectfactory.h>
+#include <atk/atk.h>
#include "pager-accessible.h"
#include "pager-accessible-factory.h"
#include "workspace-accessible.h"
diff --git a/libwnck/workspace-accessible-factory.h b/libwnck/workspace-accessible-factory.h
index 44f4858..c73f660 100644
--- a/libwnck/workspace-accessible-factory.h
+++ b/libwnck/workspace-accessible-factory.h
@@ -21,7 +21,7 @@
#ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
#define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
-#include <atk/atkobjectfactory.h>
+#include <atk/atk.h>
#ifdef __cplusplus
extern "C" {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]