summaryrefslogtreecommitdiff
path: root/tests/test-gpg-verify-result.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-06-22 20:12:31 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-08-09 15:36:09 +0000
commita29bb0ab6b3d495e0c3d09384712290acf36ee5d (patch)
tree28918a62898535f18051dccb3cc21cf3ee9139f1 /tests/test-gpg-verify-result.c
parentfd9536bb19dc70f14a9fe0f622f52aa80d36b85b (diff)
downloadostree-a29bb0ab6b3d495e0c3d09384712290acf36ee5d.tar.gz
Final excision of libgsystem dependency
Lots and lots of preparation led to this moment - when nothing apparent changes for users! Woo! But seriously, having the extra dependency is a minor annoyance, and in the big picture I think the libgsystem idea was wrong - we need to land things in GLib, and use git submodules for API-unstable or Linux-specific sharing. For a lot of OSTree, the libgsystem `GFile*` orientation was also wrong, we really want fd-relative. Closes: #444 Approved by: jlebon
Diffstat (limited to 'tests/test-gpg-verify-result.c')
-rw-r--r--tests/test-gpg-verify-result.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gpg-verify-result.c b/tests/test-gpg-verify-result.c
index e2cb48a7..d2c1ff66 100644
--- a/tests/test-gpg-verify-result.c
+++ b/tests/test-gpg-verify-result.c
@@ -20,8 +20,8 @@
#include "config.h"
-#include <libgsystem.h>
#include <gpgme.h>
+#include "libglnx.h"
#include "ostree-gpg-verify-result-private.h"