diff options
author | Kalev Lember <klember@redhat.com> | 2015-09-08 17:09:10 +0200 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2015-09-08 17:14:51 +0200 |
commit | 11c3eb9fe9e88998d119424a9fffbca186b08d6b (patch) | |
tree | 667e541dfbf88c2bf289462a1a29caadc84546aa /libappstream-builder/asb-plugin-loader.c | |
parent | 11ef700778ef3ed9d5972c62abe3b24aa0ae3d14 (diff) | |
download | appstream-glib-11c3eb9fe9e88998d119424a9fffbca186b08d6b.tar.gz |
trivial: Drop as-cleanup.h include where not needed
Diffstat (limited to 'libappstream-builder/asb-plugin-loader.c')
-rw-r--r-- | libappstream-builder/asb-plugin-loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libappstream-builder/asb-plugin-loader.c b/libappstream-builder/asb-plugin-loader.c index b611a34..ee6de00 100644 --- a/libappstream-builder/asb-plugin-loader.c +++ b/libappstream-builder/asb-plugin-loader.c @@ -30,7 +30,6 @@ #include "config.h" -#include "as-cleanup.h" #include "asb-plugin-loader.h" #include "asb-plugin.h" |