summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checkout.c
diff options
context:
space:
mode:
authorRobert Fairley <rfairley@redhat.com>2019-05-17 14:23:41 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-21 14:52:11 +0000
commit322e8697e917446f5d1e69c04bdf9344e032ab26 (patch)
tree1b3bd279e0a785d6c4e3dc6b187c90b88d67054b /src/ostree/ot-builtin-checkout.c
parent86cf6ba5c5c42681c8151047aee043b72c3c787f (diff)
downloadostree-322e8697e917446f5d1e69c04bdf9344e032ab26.tar.gz
lib/util: Drop unneeded ot-tool-util.h includes
With `ot-tool-util.h` made visible in `otutil.h` (in be2572bf68090a5e277338d2613d3c7d53b0c9e8), drop previous includes of `ot-tool-util.h` elsewhere. Closes: #1876 Approved by: zonggen
Diffstat (limited to 'src/ostree/ot-builtin-checkout.c')
-rw-r--r--src/ostree/ot-builtin-checkout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-checkout.c b/src/ostree/ot-builtin-checkout.c
index 1519e34e..a0fe4be4 100644
--- a/src/ostree/ot-builtin-checkout.c
+++ b/src/ostree/ot-builtin-checkout.c
@@ -30,7 +30,6 @@
#include "ot-builtins.h"
#include "ostree.h"
#include "otutil.h"
-#include "ot-tool-util.h"
static gboolean opt_user_mode;
static gboolean opt_allow_noent;