summaryrefslogtreecommitdiff
path: root/src/ostree/ot-editor.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 /src/ostree/ot-editor.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 'src/ostree/ot-editor.c')
-rw-r--r--src/ostree/ot-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-editor.c b/src/ostree/ot-editor.c
index 66c6e7be..bb0dd3c2 100644
--- a/src/ostree/ot-editor.c
+++ b/src/ostree/ot-editor.c
@@ -23,8 +23,8 @@
#include "config.h"
#include "libglnx.h"
+#include "otutil.h"
#include "ot-editor.h"
-#include "libgsystem.h"
#include <sys/wait.h>
#include <string.h>