]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove some redundant inclusions
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 17 Sep 2014 17:49:34 +0000 (18:49 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 20:49:01 +0000 (20:49 +0000)
Both these files included dbus-test.h already.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83115
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-auth-util.c
dbus/dbus-credentials-util.c

index e88d6696a0fc76d5a224b0580e2c323ff880a08f..10cbc490ecaa745189341cbddf56ebda5d658901 100644 (file)
@@ -34,7 +34,6 @@
 /** @} */
 
 #ifdef DBUS_ENABLE_EMBEDDED_TESTS
-#include "dbus-test.h"
 #include "dbus-auth-script.h"
 #include <stdio.h>
 
index d2d164f75a428f0269de563ab54242e8a29ccbf2..94d7201458a9868f98582af83633ef802f75314a 100644 (file)
@@ -34,7 +34,6 @@
 /** @} */
 
 #ifdef DBUS_ENABLE_EMBEDDED_TESTS
-#include "dbus-test.h"
 #include <stdio.h>
 #include <string.h>