summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktextviewaccessibleprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-12-27 01:21:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-12-27 12:04:01 -0500
commit07a00d5939db8c7928d2f524158aa881267967a9 (patch)
treec54cb3753b39417b20bbdab6601af5607e256ef1 /gtk/a11y/gtktextviewaccessibleprivate.h
parentd2944ce6334ff0c8e51175047595f58d882840c9 (diff)
downloadgtk+-07a00d5939db8c7928d2f524158aa881267967a9.tar.gz
Fix inter-header includes
Since we are going to install these headers soon, we need to make their mutual includes work in the installed location as well. Also, avoid including individual gtk headers, to avoid trouble with single-include guards.
Diffstat (limited to 'gtk/a11y/gtktextviewaccessibleprivate.h')
-rw-r--r--gtk/a11y/gtktextviewaccessibleprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtktextviewaccessibleprivate.h b/gtk/a11y/gtktextviewaccessibleprivate.h
index 9417780244..9fe9b1b585 100644
--- a/gtk/a11y/gtktextviewaccessibleprivate.h
+++ b/gtk/a11y/gtktextviewaccessibleprivate.h
@@ -18,7 +18,7 @@
#ifndef __GTK_TEXT_VIEW_ACCESSIBLE_PRIVATE_H__
#define __GTK_TEXT_VIEW_ACCESSIBLE_PRIVATE_H__
-#include "gtktextviewaccessible.h"
+#include <gtk/a11y/gtktextviewaccessible.h>
G_BEGIN_DECLS