diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-02-01 16:01:38 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-02-01 16:01:38 +0100 |
commit | fe142b10bf365790c76aac11bb773902f6f92d1f (patch) | |
tree | b471729230cc878c25dcacc9b634dfc40fc6c338 /gtk/gtkiconcache.c | |
parent | e090c1f1a9f77d94b43c53c55a6c80188fb97c69 (diff) | |
download | gtk+-fe142b10bf365790c76aac11bb773902f6f92d1f.tar.gz |
Rename gtkiconcachevalidator.h
Follow the same convention for private headers as newer parts of GTK.
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r-- | gtk/gtkiconcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c index d4407892f6..54cdbfd803 100644 --- a/gtk/gtkiconcache.c +++ b/gtk/gtkiconcache.c @@ -19,7 +19,7 @@ #include "gtkdebug.h" #include "gtkiconcacheprivate.h" -#include "gtkiconcachevalidator.h" +#include "gtkiconcachevalidatorprivate.h" #include <glib/gstdio.h> #include <gdk-pixbuf/gdk-pixdata.h> |