From 5612b5f7c6d8230c6932037e695bf3933207cc6a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Jun 2016 13:40:46 -0400 Subject: [PATCH] Fix the build The xdp-impl-dbus.h header no longer exists - it came from an earlier version of the document commands branch where I introduced a separate interface. Just drop the include, it is not needed. --- document-portal/xdp-main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c index f0f9aa61..4efb4492 100644 --- a/document-portal/xdp-main.c +++ b/document-portal/xdp-main.c @@ -13,7 +13,6 @@ #include #include #include "xdp-dbus.h" -#include "xdp-impl-dbus.h" #include "xdp-util.h" #include "flatpak-db.h" #include "flatpak-dbus.h"