[gtk+/a11y: 2/7] gail: Include files directly



commit f66e1705fbd65bf41ca7cfefdab11c5f1aec176e
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jun 14 15:35:34 2011 +0200

    gail: Include files directly
    
    Instead of including <gail/gailfoo.h>, include "gailfoo.h"
    Private headers should be included like this (to make it esily visible
    that the headers are private) and we want to move this directory to a
    different name, so hardcoding the directory name is counterproductive to
    that.

 modules/other/gail/gail.h                 |   86 ++++++++++++++--------------
 modules/other/gail/gailarrow.h            |    2 +-
 modules/other/gail/gailbooleancell.h      |    2 +-
 modules/other/gail/gailbox.h              |    2 +-
 modules/other/gail/gailbutton.h           |    2 +-
 modules/other/gail/gailcalendar.h         |    2 +-
 modules/other/gail/gailcellparent.h       |    2 +-
 modules/other/gail/gailcheckmenuitem.h    |    2 +-
 modules/other/gail/gailchecksubmenuitem.h |    2 +-
 modules/other/gail/gailcombobox.h         |    2 +-
 modules/other/gail/gailcontainer.h        |    2 +-
 modules/other/gail/gailcontainercell.h    |    2 +-
 modules/other/gail/gailentry.h            |    2 +-
 modules/other/gail/gailexpander.h         |    2 +-
 modules/other/gail/gailframe.h            |    2 +-
 modules/other/gail/gailimage.h            |    2 +-
 modules/other/gail/gailimagecell.h        |    2 +-
 modules/other/gail/gaillabel.h            |    2 +-
 modules/other/gail/gaillinkbutton.h       |    2 +-
 modules/other/gail/gailmenu.h             |    2 +-
 modules/other/gail/gailmenuitem.h         |    2 +-
 modules/other/gail/gailmenushell.h        |    2 +-
 modules/other/gail/gailnotebook.h         |    2 +-
 modules/other/gail/gailnotebookpage.h     |    2 +-
 modules/other/gail/gailpaned.h            |    2 +-
 modules/other/gail/gailprogressbar.h      |    2 +-
 modules/other/gail/gailradiobutton.h      |    2 +-
 modules/other/gail/gailradiomenuitem.h    |    2 +-
 modules/other/gail/gailradiosubmenuitem.h |    2 +-
 modules/other/gail/gailrange.h            |    2 +-
 modules/other/gail/gailrenderercell.h     |    2 +-
 modules/other/gail/gailscale.h            |    2 +-
 modules/other/gail/gailscalebutton.h      |    2 +-
 modules/other/gail/gailscrollbar.h        |    2 +-
 modules/other/gail/gailscrolledwindow.h   |    2 +-
 modules/other/gail/gailseparator.h        |    2 +-
 modules/other/gail/gailspinbutton.h       |    2 +-
 modules/other/gail/gailstatusbar.h        |    2 +-
 modules/other/gail/gailsubmenuitem.h      |    2 +-
 modules/other/gail/gailtextcell.h         |    2 +-
 modules/other/gail/gailtextview.h         |    2 +-
 modules/other/gail/gailtogglebutton.h     |    2 +-
 modules/other/gail/gailtreeview.h         |    4 +-
 modules/other/gail/gailwindow.h           |    2 +-
 44 files changed, 87 insertions(+), 87 deletions(-)
---
diff --git a/modules/other/gail/gail.h b/modules/other/gail/gail.h
index 2ae956a..e369581 100644
--- a/modules/other/gail/gail.h
+++ b/modules/other/gail/gail.h
@@ -1,43 +1,43 @@
-#include <gail/gailadjustment.h>
-#include <gail/gailarrow.h>
-#include <gail/gailbooleancell.h>
-#include <gail/gailbox.h>
-#include <gail/gailbutton.h>
-#include <gail/gailcalendar.h>
-#include <gail/gailcell.h>
-#include <gail/gailcheckmenuitem.h>
-#include <gail/gailcombobox.h>
-#include <gail/gailcontainer.h>
-#include <gail/gailcontainercell.h>
-#include <gail/gailentry.h>
-#include <gail/gailexpander.h>
-#include <gail/gailframe.h>
-#include <gail/gailimage.h>
-#include <gail/gailimagecell.h>
-#include <gail/gaillabel.h>
-#include <gail/gaillinkbutton.h>
-#include <gail/gailmenu.h>
-#include <gail/gailmenushell.h>
-#include <gail/gailmenuitem.h>
-#include <gail/gailnotebook.h>
-#include <gail/gailpaned.h>
-#include <gail/gailprogressbar.h>
-#include <gail/gailradiobutton.h>
-#include <gail/gailradiomenuitem.h>
-#include <gail/gailrenderercell.h>
-#include <gail/gailrange.h>
-#include <gail/gailscale.h>
-#include <gail/gailscalebutton.h>
-#include <gail/gailscrollbar.h>
-#include <gail/gailscrolledwindow.h>
-#include <gail/gailseparator.h>
-#include <gail/gailspinbutton.h>
-#include <gail/gailstatusbar.h>
-#include <gail/gailtextcell.h>
-#include <gail/gailtextview.h>
-#include <gail/gailtogglebutton.h>
-#include <gail/gailtoplevel.h>
-#include <gail/gailtreeview.h>
-#include <gail/gailutil.h>
-#include <gail/gailwidget.h>
-#include <gail/gailwindow.h>
+#include "gailadjustment.h"
+#include "gailarrow.h"
+#include "gailbooleancell.h"
+#include "gailbox.h"
+#include "gailbutton.h"
+#include "gailcalendar.h"
+#include "gailcell.h"
+#include "gailcheckmenuitem.h"
+#include "gailcombobox.h"
+#include "gailcontainer.h"
+#include "gailcontainercell.h"
+#include "gailentry.h"
+#include "gailexpander.h"
+#include "gailframe.h"
+#include "gailimage.h"
+#include "gailimagecell.h"
+#include "gaillabel.h"
+#include "gaillinkbutton.h"
+#include "gailmenu.h"
+#include "gailmenushell.h"
+#include "gailmenuitem.h"
+#include "gailnotebook.h"
+#include "gailpaned.h"
+#include "gailprogressbar.h"
+#include "gailradiobutton.h"
+#include "gailradiomenuitem.h"
+#include "gailrenderercell.h"
+#include "gailrange.h"
+#include "gailscale.h"
+#include "gailscalebutton.h"
+#include "gailscrollbar.h"
+#include "gailscrolledwindow.h"
+#include "gailseparator.h"
+#include "gailspinbutton.h"
+#include "gailstatusbar.h"
+#include "gailtextcell.h"
+#include "gailtextview.h"
+#include "gailtogglebutton.h"
+#include "gailtoplevel.h"
+#include "gailtreeview.h"
+#include "gailutil.h"
+#include "gailwidget.h"
+#include "gailwindow.h"
diff --git a/modules/other/gail/gailarrow.h b/modules/other/gail/gailarrow.h
index f2bfa3e..e8a8772 100644
--- a/modules/other/gail/gailarrow.h
+++ b/modules/other/gail/gailarrow.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_ARROW_H__
 #define __GAIL_ARROW_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailbooleancell.h b/modules/other/gail/gailbooleancell.h
index f888b1d..8274c8c 100644
--- a/modules/other/gail/gailbooleancell.h
+++ b/modules/other/gail/gailbooleancell.h
@@ -21,7 +21,7 @@
 #define __GAIL_BOOLEAN_CELL_H__
 
 #include <atk/atk.h>
-#include <gail/gailrenderercell.h>
+#include "gailrenderercell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailbox.h b/modules/other/gail/gailbox.h
index 403f163..57d81d0 100644
--- a/modules/other/gail/gailbox.h
+++ b/modules/other/gail/gailbox.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_BOX_H__
 #define __GAIL_BOX_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailbutton.h b/modules/other/gail/gailbutton.h
index cf6d715..e9c7288 100644
--- a/modules/other/gail/gailbutton.h
+++ b/modules/other/gail/gailbutton.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_BUTTON_H__
 #define __GAIL_BUTTON_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailcalendar.h b/modules/other/gail/gailcalendar.h
index 5a99976..857358f 100644
--- a/modules/other/gail/gailcalendar.h
+++ b/modules/other/gail/gailcalendar.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_CALENDAR_H__
 #define __GAIL_CALENDAR_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailcellparent.h b/modules/other/gail/gailcellparent.h
index ba750ef..a7505bd 100644
--- a/modules/other/gail/gailcellparent.h
+++ b/modules/other/gail/gailcellparent.h
@@ -22,7 +22,7 @@
 #define __GAIL_CELL_PARENT_H__
 
 #include <atk/atk.h>
-#include <gail/gailcell.h>
+#include "gailcell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailcheckmenuitem.h b/modules/other/gail/gailcheckmenuitem.h
index e78d38f..c62f988 100644
--- a/modules/other/gail/gailcheckmenuitem.h
+++ b/modules/other/gail/gailcheckmenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_CHECK_MENU_ITEM_H__
 #define __GAIL_CHECK_MENU_ITEM_H__
 
-#include <gail/gailmenuitem.h>
+#include "gailmenuitem.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailchecksubmenuitem.h b/modules/other/gail/gailchecksubmenuitem.h
index c77bd66..4f77b98 100644
--- a/modules/other/gail/gailchecksubmenuitem.h
+++ b/modules/other/gail/gailchecksubmenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_CHECK_SUB_MENU_ITEM_H__
 #define __GAIL_CHECK_SUB_MENU_ITEM_H__
 
-#include <gail/gailsubmenuitem.h>
+#include "gailsubmenuitem.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailcombobox.h b/modules/other/gail/gailcombobox.h
index be8eae9..a82f3ba 100644
--- a/modules/other/gail/gailcombobox.h
+++ b/modules/other/gail/gailcombobox.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_COMBO_BOX_H__
 #define __GAIL_COMBO_BOX_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailcontainer.h b/modules/other/gail/gailcontainer.h
index 58adc88..0124199 100644
--- a/modules/other/gail/gailcontainer.h
+++ b/modules/other/gail/gailcontainer.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_CONTAINER_H__
 #define __GAIL_CONTAINER_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailcontainercell.h b/modules/other/gail/gailcontainercell.h
index 739a334..3892b5c 100644
--- a/modules/other/gail/gailcontainercell.h
+++ b/modules/other/gail/gailcontainercell.h
@@ -21,7 +21,7 @@
 #define __GAIL_CONTAINER_CELL_H__
 
 #include <atk/atk.h>
-#include <gail/gailcell.h>
+#include "gailcell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailentry.h b/modules/other/gail/gailentry.h
index 4387730..8a1d6fd 100644
--- a/modules/other/gail/gailentry.h
+++ b/modules/other/gail/gailentry.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_ENTRY_H__
 #define __GAIL_ENTRY_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailexpander.h b/modules/other/gail/gailexpander.h
index 0e958b5..40664d4 100644
--- a/modules/other/gail/gailexpander.h
+++ b/modules/other/gail/gailexpander.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_EXPANDER_H__
 #define __GAIL_EXPANDER_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailframe.h b/modules/other/gail/gailframe.h
index 4c832ed..61b61b4 100644
--- a/modules/other/gail/gailframe.h
+++ b/modules/other/gail/gailframe.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_FRAME_H__
 #define __GAIL_FRAME_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailimage.h b/modules/other/gail/gailimage.h
index d3d2b52..18188df 100644
--- a/modules/other/gail/gailimage.h
+++ b/modules/other/gail/gailimage.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_IMAGE_H__
 #define __GAIL_IMAGE_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailimagecell.h b/modules/other/gail/gailimagecell.h
index f317801..23aac47 100644
--- a/modules/other/gail/gailimagecell.h
+++ b/modules/other/gail/gailimagecell.h
@@ -21,7 +21,7 @@
 #define __GAIL_IMAGE_CELL_H__
 
 #include <atk/atk.h>
-#include <gail/gailrenderercell.h>
+#include "gailrenderercell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gaillabel.h b/modules/other/gail/gaillabel.h
index f1012e6..1b24714 100644
--- a/modules/other/gail/gaillabel.h
+++ b/modules/other/gail/gaillabel.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_LABEL_H__
 #define __GAIL_LABEL_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gaillinkbutton.h b/modules/other/gail/gaillinkbutton.h
index 97e5214..5c7d233 100644
--- a/modules/other/gail/gaillinkbutton.h
+++ b/modules/other/gail/gaillinkbutton.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_LINK_BUTTON_H__
 #define __GAIL_LINK_BUTTON_H__
 
-#include <gail/gailbutton.h>
+#include "gailbutton.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailmenu.h b/modules/other/gail/gailmenu.h
index 7efed5e..46da9b3 100644
--- a/modules/other/gail/gailmenu.h
+++ b/modules/other/gail/gailmenu.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_MENU_H__
 #define __GAIL_MENU_H__
 
-#include <gail/gailmenushell.h>
+#include "gailmenushell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailmenuitem.h b/modules/other/gail/gailmenuitem.h
index 298ead4..3dbe509 100644
--- a/modules/other/gail/gailmenuitem.h
+++ b/modules/other/gail/gailmenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_MENU_ITEM_H__
 #define __GAIL_MENU_ITEM_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailmenushell.h b/modules/other/gail/gailmenushell.h
index 53e39f6..07b8516 100644
--- a/modules/other/gail/gailmenushell.h
+++ b/modules/other/gail/gailmenushell.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_MENU_SHELL_H__
 #define __GAIL_MENU_SHELL_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailnotebook.h b/modules/other/gail/gailnotebook.h
index 36cd4c6..fd16a3b 100644
--- a/modules/other/gail/gailnotebook.h
+++ b/modules/other/gail/gailnotebook.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_NOTEBOOK_H__
 #define __GAIL_NOTEBOOK_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailnotebookpage.h b/modules/other/gail/gailnotebookpage.h
index 27778ce..bcf26f2 100644
--- a/modules/other/gail/gailnotebookpage.h
+++ b/modules/other/gail/gailnotebookpage.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_NOTEBOOK_PAGE_H__
 #define __GAIL_NOTEBOOK_PAGE_H__
 
-#include <gail/gailnotebook.h>
+#include "gailnotebook.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailpaned.h b/modules/other/gail/gailpaned.h
index bb4412f..0078b1b 100644
--- a/modules/other/gail/gailpaned.h
+++ b/modules/other/gail/gailpaned.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_PANED_H__
 #define __GAIL_PANED_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailprogressbar.h b/modules/other/gail/gailprogressbar.h
index 3640448..8ca5a7f 100644
--- a/modules/other/gail/gailprogressbar.h
+++ b/modules/other/gail/gailprogressbar.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_PROGRESS_BAR_H__
 #define __GAIL_PROGRESS_BAR_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailradiobutton.h b/modules/other/gail/gailradiobutton.h
index 0a4fe21..1615e44 100644
--- a/modules/other/gail/gailradiobutton.h
+++ b/modules/other/gail/gailradiobutton.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_RADIO_BUTTON_H__
 #define __GAIL_RADIO_BUTTON_H__
 
-#include <gail/gailtogglebutton.h>
+#include "gailtogglebutton.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailradiomenuitem.h b/modules/other/gail/gailradiomenuitem.h
index 8dfa688..0fde2e6 100644
--- a/modules/other/gail/gailradiomenuitem.h
+++ b/modules/other/gail/gailradiomenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_RADIO_MENU_ITEM_H__
 #define __GAIL_RADIO_MENU_ITEM_H__
 
-#include <gail/gailcheckmenuitem.h>
+#include "gailcheckmenuitem.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailradiosubmenuitem.h b/modules/other/gail/gailradiosubmenuitem.h
index 2433a3b..3d78b45 100644
--- a/modules/other/gail/gailradiosubmenuitem.h
+++ b/modules/other/gail/gailradiosubmenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_RADIO_SUB_MENU_ITEM_H__
 #define __GAIL_RADIO_SUB_MENU_ITEM_H__
 
-#include <gail/gailchecksubmenuitem.h>
+#include "gailchecksubmenuitem.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailrange.h b/modules/other/gail/gailrange.h
index 7761265..7c3de5d 100644
--- a/modules/other/gail/gailrange.h
+++ b/modules/other/gail/gailrange.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_RANGE_H__
 #define __GAIL_RANGE_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailrenderercell.h b/modules/other/gail/gailrenderercell.h
index 6146418..3e7e3aa 100644
--- a/modules/other/gail/gailrenderercell.h
+++ b/modules/other/gail/gailrenderercell.h
@@ -21,7 +21,7 @@
 #define __GAIL_RENDERER_CELL_H__
 
 #include <atk/atk.h>
-#include <gail/gailcell.h>
+#include "gailcell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailscale.h b/modules/other/gail/gailscale.h
index fd0252f..20d88da 100644
--- a/modules/other/gail/gailscale.h
+++ b/modules/other/gail/gailscale.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SCALE_H__
 #define __GAIL_SCALE_H__
 
-#include <gail/gailrange.h>
+#include "gailrange.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailscalebutton.h b/modules/other/gail/gailscalebutton.h
index ce79b47..4de979c 100644
--- a/modules/other/gail/gailscalebutton.h
+++ b/modules/other/gail/gailscalebutton.h
@@ -21,7 +21,7 @@
 #define __GAIL_SCALE_BUTTON_H__
 
 #include <gtk/gtk.h>
-#include <gail/gailbutton.h>
+#include "gailbutton.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailscrollbar.h b/modules/other/gail/gailscrollbar.h
index bfcf175..3b6b6fc 100644
--- a/modules/other/gail/gailscrollbar.h
+++ b/modules/other/gail/gailscrollbar.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SCROLLBAR_H__
 #define __GAIL_SCROLLBAR_H__
 
-#include <gail/gailrange.h>
+#include "gailrange.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailscrolledwindow.h b/modules/other/gail/gailscrolledwindow.h
index f7c456d..ce454c6 100644
--- a/modules/other/gail/gailscrolledwindow.h
+++ b/modules/other/gail/gailscrolledwindow.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SCROLLED_WINDOW_H__
 #define __GAIL_SCROLLED_WINDOW_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailseparator.h b/modules/other/gail/gailseparator.h
index 67db371..1f3b377 100644
--- a/modules/other/gail/gailseparator.h
+++ b/modules/other/gail/gailseparator.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SEPARATOR_H__
 #define __GAIL_SEPARATOR_H__
 
-#include <gail/gailwidget.h>
+#include "gailwidget.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailspinbutton.h b/modules/other/gail/gailspinbutton.h
index fecda12..7d1043d 100644
--- a/modules/other/gail/gailspinbutton.h
+++ b/modules/other/gail/gailspinbutton.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SPIN_BUTTON_H__
 #define __GAIL_SPIN_BUTTON_H__
 
-#include <gail/gailentry.h>
+#include "gailentry.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailstatusbar.h b/modules/other/gail/gailstatusbar.h
index c8f2d9c..cb9ff09 100644
--- a/modules/other/gail/gailstatusbar.h
+++ b/modules/other/gail/gailstatusbar.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_STATUSBAR_H__
 #define __GAIL_STATUSBAR_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailsubmenuitem.h b/modules/other/gail/gailsubmenuitem.h
index 64cd66c..9f839c3 100644
--- a/modules/other/gail/gailsubmenuitem.h
+++ b/modules/other/gail/gailsubmenuitem.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_SUB_MENU_ITEM_H__
 #define __GAIL_SUB_MENU_ITEM_H__
 
-#include <gail/gailmenuitem.h>
+#include "gailmenuitem.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailtextcell.h b/modules/other/gail/gailtextcell.h
index c158882..3ce742a 100644
--- a/modules/other/gail/gailtextcell.h
+++ b/modules/other/gail/gailtextcell.h
@@ -21,7 +21,7 @@
 #define __GAIL_TEXT_CELL_H__
 
 #include <atk/atk.h>
-#include <gail/gailrenderercell.h>
+#include "gailrenderercell.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailtextview.h b/modules/other/gail/gailtextview.h
index 5a88aba..bb2d233 100644
--- a/modules/other/gail/gailtextview.h
+++ b/modules/other/gail/gailtextview.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_TEXT_VIEW_H__
 #define __GAIL_TEXT_VIEW_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 #include <libgail-util/gailtextutil.h>
 
 G_BEGIN_DECLS
diff --git a/modules/other/gail/gailtogglebutton.h b/modules/other/gail/gailtogglebutton.h
index 6c16382..6fe9df1 100644
--- a/modules/other/gail/gailtogglebutton.h
+++ b/modules/other/gail/gailtogglebutton.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_TOGGLE_BUTTON_H__
 #define __GAIL_TOGGLE_BUTTON_H__
 
-#include <gail/gailbutton.h>
+#include "gailbutton.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailtreeview.h b/modules/other/gail/gailtreeview.h
index aeebfad..e0fcfd4 100644
--- a/modules/other/gail/gailtreeview.h
+++ b/modules/other/gail/gailtreeview.h
@@ -21,8 +21,8 @@
 #define __GAIL_TREE_VIEW_H__
 
 #include <gtk/gtk.h>
-#include <gail/gailcontainer.h>
-#include <gail/gailcell.h>
+#include "gailcontainer.h"
+#include "gailcell.h"
 
 G_BEGIN_DECLS
 
diff --git a/modules/other/gail/gailwindow.h b/modules/other/gail/gailwindow.h
index b417ae8..7462551 100644
--- a/modules/other/gail/gailwindow.h
+++ b/modules/other/gail/gailwindow.h
@@ -20,7 +20,7 @@
 #ifndef __GAIL_WINDOW_H__
 #define __GAIL_WINDOW_H__
 
-#include <gail/gailcontainer.h>
+#include "gailcontainer.h"
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]