diff --git a/gtk/a11y/Makefile.am b/gtk/a11y/Makefile.am index 3ad5bae672..cfad1b6e57 100644 --- a/gtk/a11y/Makefile.am +++ b/gtk/a11y/Makefile.am @@ -101,7 +101,7 @@ gtka11y_private_h_sources = \ gtkaccessibility.h \ gtkaccessibilityutil.h \ gtkaccessibilitymisc.h \ - gtkcolorswatchaccessible.h \ + gtkcolorswatchaccessibleprivate.h \ gtkcellaccessibleprivate.h \ gtklockbuttonaccessibleprivate.h \ gtkiconviewaccessibleprivate.h \ diff --git a/gtk/a11y/gtkcolorswatchaccessible.c b/gtk/a11y/gtkcolorswatchaccessible.c index e2bc967704..4ca6c7df5d 100644 --- a/gtk/a11y/gtkcolorswatchaccessible.c +++ b/gtk/a11y/gtkcolorswatchaccessible.c @@ -18,7 +18,7 @@ #include "config.h" #include -#include "gtkcolorswatchaccessible.h" +#include "gtkcolorswatchaccessibleprivate.h" static void atk_action_interface_init (AtkActionIface *iface); diff --git a/gtk/a11y/gtkcolorswatchaccessible.h b/gtk/a11y/gtkcolorswatchaccessibleprivate.h similarity index 100% rename from gtk/a11y/gtkcolorswatchaccessible.h rename to gtk/a11y/gtkcolorswatchaccessibleprivate.h diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index 8f60708410..f6d662b5ee 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -31,7 +31,7 @@ #include "gtkpressandholdprivate.h" #include "gtkprivate.h" #include "gtkintl.h" -#include "a11y/gtkcolorswatchaccessible.h" +#include "a11y/gtkcolorswatchaccessibleprivate.h" struct _GtkColorSwatchPrivate