From 21162d7de6fa7c7fac3712cc0c20dbf2b743492d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 17 Sep 2014 18:49:34 +0100 Subject: [PATCH] Remove some redundant inclusions Both these files included dbus-test.h already. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83115 Reviewed-by: Ralf Habacker --- dbus/dbus-auth-util.c | 1 - dbus/dbus-credentials-util.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dbus/dbus-auth-util.c b/dbus/dbus-auth-util.c index e88d6696a..10cbc490e 100644 --- a/dbus/dbus-auth-util.c +++ b/dbus/dbus-auth-util.c @@ -34,7 +34,6 @@ /** @} */ #ifdef DBUS_ENABLE_EMBEDDED_TESTS -#include "dbus-test.h" #include "dbus-auth-script.h" #include diff --git a/dbus/dbus-credentials-util.c b/dbus/dbus-credentials-util.c index d2d164f75..94d720145 100644 --- a/dbus/dbus-credentials-util.c +++ b/dbus/dbus-credentials-util.c @@ -34,7 +34,6 @@ /** @} */ #ifdef DBUS_ENABLE_EMBEDDED_TESTS -#include "dbus-test.h" #include #include -- 2.47.3