[gtk+] Include the appropriate headers
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Include the appropriate headers
- Date: Mon, 17 Oct 2016 11:01:18 +0000 (UTC)
commit 81e5996c91fe9b35b86b7fd765a624501c4f4650
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Oct 14 19:34:51 2016 +0100
Include the appropriate headers
The GtkStackAccessible implementation should include the private header,
and the private header should include the public one.
gtk/a11y/gtkstackaccessible.c | 2 +-
gtk/a11y/gtkstackaccessibleprivate.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/a11y/gtkstackaccessible.c b/gtk/a11y/gtkstackaccessible.c
index 11c2534..240daad 100644
--- a/gtk/a11y/gtkstackaccessible.c
+++ b/gtk/a11y/gtkstackaccessible.c
@@ -19,7 +19,7 @@
#include <string.h>
#include <gtk/gtk.h>
-#include "gtkstackaccessible.h"
+#include "gtkstackaccessibleprivate.h"
#include "gtkwidgetprivate.h"
diff --git a/gtk/a11y/gtkstackaccessibleprivate.h b/gtk/a11y/gtkstackaccessibleprivate.h
index 538c8b1..c69a48d 100644
--- a/gtk/a11y/gtkstackaccessibleprivate.h
+++ b/gtk/a11y/gtkstackaccessibleprivate.h
@@ -18,7 +18,7 @@
#ifndef __GTK_STACK_ACCESSIBLE_PRIVATE_H__
#define __GTK_STACK_ACCESSIBLE_PRIVATE_H__
-#include <gtk/a11y/gtkcontaineraccessible.h>
+#include "gtkstackaccessible.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]