diff options
Diffstat (limited to 'src/libcore/dbus-path.c')
-rw-r--r-- | src/libcore/dbus-path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/dbus-path.c b/src/libcore/dbus-path.c index 1e153e503f..2f2a65d4c1 100644 --- a/src/libcore/dbus-path.c +++ b/src/libcore/dbus-path.c @@ -17,10 +17,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "bus-util.h" +#include "shared/bus-util.h" #include "dbus-path.h" #include "path.h" -#include "string-util.h" +#include "basic/string-util.h" #include "unit.h" static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, path_result, PathResult); |