summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-image.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-18 08:35:24 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-18 09:13:25 +0000
commit52670ec75717356001b73fe6c0ddfb5964fdaf61 (patch)
tree2a926a19ab2f355bd94bd56b1510daf59dd798b9 /libappstream-glib/as-image.c
parent3a3d602269cad59dcb9f73dfe2d2dc24de29d85b (diff)
downloadappstream-glib-52670ec75717356001b73fe6c0ddfb5964fdaf61.tar.gz
Unexport things we don't want to keep stable
Diffstat (limited to 'libappstream-glib/as-image.c')
-rw-r--r--libappstream-glib/as-image.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libappstream-glib/as-image.c b/libappstream-glib/as-image.c
index c247fef..5640722 100644
--- a/libappstream-glib/as-image.c
+++ b/libappstream-glib/as-image.c
@@ -21,9 +21,9 @@
#include "config.h"
-#include "as-image.h"
-#include "as-node.h"
-#include "as-utils.h"
+#include "as-image-private.h"
+#include "as-node-private.h"
+#include "as-utils-private.h"
typedef struct _AsImagePrivate AsImagePrivate;
struct _AsImagePrivate