diff options
author | Benjamin Otte <otte@redhat.com> | 2011-01-11 16:04:00 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-01-11 16:46:59 +0100 |
commit | 04c773c94d64337568490b024c4206fb5a4f6792 (patch) | |
tree | 4bf5b496bd70058a2fcc3a8f1d37cda7c899fb56 /gtk/gtkcellareabox.c | |
parent | b43bafff52c4e7b319329455d2dd3af196398a30 (diff) | |
download | gtk+-04c773c94d64337568490b024c4206fb5a4f6792.tar.gz |
gtk: Rename private header to private name
gtk/gtkcellareaboxcontext.h -> gtk/gtkcellareaboxcontextprivate.h
Diffstat (limited to 'gtk/gtkcellareabox.c')
-rw-r--r-- | gtk/gtkcellareabox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellareabox.c b/gtk/gtkcellareabox.c index 44da08dacb..b04e5d6228 100644 --- a/gtk/gtkcellareabox.c +++ b/gtk/gtkcellareabox.c @@ -52,7 +52,7 @@ #include "gtkorientable.h" #include "gtkcelllayout.h" #include "gtkcellareabox.h" -#include "gtkcellareaboxcontext.h" +#include "gtkcellareaboxcontextprivate.h" #include "gtktypebuiltins.h" #include "gtkprivate.h" |