From a973340f372608960aa1d91789232d6c998bf500 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 7 Jan 2019 13:27:01 -0800 Subject: test: use system-first search for dbus interfaces Use system-first search for inclusion of dbus interface headers. Change-Id: I9953ca047c09c1003c86b1ffaf929698c157139c Signed-off-by: Patrick Venture --- test/test_config_parser.cpp | 2 +- test/test_network_manager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_config_parser.cpp b/test/test_config_parser.cpp index 99effad..61432c2 100644 --- a/test/test_config_parser.cpp +++ b/test/test_config_parser.cpp @@ -1,12 +1,12 @@ #include "config.h" #include "config_parser.hpp" -#include "xyz/openbmc_project/Common/error.hpp" #include #include #include #include +#include #include diff --git a/test/test_network_manager.cpp b/test/test_network_manager.cpp index 093a4a9..ff0840e 100644 --- a/test/test_network_manager.cpp +++ b/test/test_network_manager.cpp @@ -1,6 +1,5 @@ #include "mock_network_manager.hpp" #include "mock_syscall.hpp" -#include "xyz/openbmc_project/Common/error.hpp" #include #include @@ -10,6 +9,7 @@ #include #include #include +#include #include -- cgit v1.2.1