diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-11 05:01:31 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-11 05:01:31 +0100 |
commit | 17600b6baba746c86751fea8c69bce5485f913f6 (patch) | |
tree | 45051aec10e9e92ca64a96d72a2608c37048f625 /gtk/gtktextmarkprivate.h | |
parent | d18b10a3d7eb97bcdedd580542d991dbdf8688fd (diff) | |
download | gtk+-17600b6baba746c86751fea8c69bce5485f913f6.tar.gz |
textview: Make the semi-private headrs really private
Rename the files to have the private.h ending.
And remove gtktextdisplay.h from the installed files.
Diffstat (limited to 'gtk/gtktextmarkprivate.h')
-rw-r--r-- | gtk/gtktextmarkprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmarkprivate.h b/gtk/gtktextmarkprivate.h index c9e1459f88..3c0ede5d18 100644 --- a/gtk/gtktextmarkprivate.h +++ b/gtk/gtktextmarkprivate.h @@ -26,7 +26,7 @@ #define __GTK_TEXT_MARK_PRIVATE_H__ #include <gtk/gtktexttypes.h> -#include <gtk/gtktextlayout.h> +#include "gtktextlayoutprivate.h" G_BEGIN_DECLS |