summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorswatch.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-02-08 19:36:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-02-14 16:36:58 -0500
commitbad24bc1192e7ac546cc8ffd33cdcadefab14de9 (patch)
tree3981c3675d2397313f8eacce410fb82f9c4c9b48 /gtk/gtkcolorswatch.c
parent5aaeaa7b8108110cc534292d709e910ca2e4bafc (diff)
downloadgtk+-bad24bc1192e7ac546cc8ffd33cdcadefab14de9.tar.gz
Consistently private headers
Add a 'private' suffix to all newly introduced private headers.
Diffstat (limited to 'gtk/gtkcolorswatch.c')
-rw-r--r--gtk/gtkcolorswatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c
index fd5f6a8b23..ddc78c5e05 100644
--- a/gtk/gtkcolorswatch.c
+++ b/gtk/gtkcolorswatch.c
@@ -19,7 +19,7 @@
#include "config.h"
-#include "gtkcolorswatch.h"
+#include "gtkcolorswatchprivate.h"
#include "gtkroundedboxprivate.h"
#include "gtkthemingbackgroundprivate.h"