diff options
| author | Patrick Venture <venture@google.com> | 2018-10-30 19:09:54 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-10-30 19:11:17 -0700 |
| commit | 1248b153393715ae8658215261b1e2a9478896eb (patch) | |
| tree | 4f71962e7dc84b8783a2613af9d81112cf6e1a3b | |
| parent | 0bbeaf84e02b94ac5f94d7edb8532d06d2fda99f (diff) | |
| download | phosphor-pid-control-1248b153393715ae8658215261b1e2a9478896eb.tar.gz phosphor-pid-control-1248b153393715ae8658215261b1e2a9478896eb.zip | |
style: use system path for dbus headers
Use system path for dbus headers.
Change-Id: I08088eb0932de738fc410104c28847aaf78d95bd
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | pid/zone.hpp | 2 | ||||
| -rw-r--r-- | sensors/host.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pid/zone.hpp b/pid/zone.hpp index e04eeb7..3e2166c 100644 --- a/pid/zone.hpp +++ b/pid/zone.hpp @@ -5,7 +5,6 @@ #include "pidcontroller.hpp" #include "sensors/manager.hpp" #include "sensors/sensor.hpp" -#include "xyz/openbmc_project/Control/Mode/server.hpp" #include <fstream> #include <map> @@ -15,6 +14,7 @@ #include <set> #include <string> #include <vector> +#include <xyz/openbmc_project/Control/Mode/server.hpp> template <typename... T> using ServerObject = typename sdbusplus::server::object::object<T...>; diff --git a/sensors/host.hpp b/sensors/host.hpp index e940469..3a8387d 100644 --- a/sensors/host.hpp +++ b/sensors/host.hpp @@ -1,12 +1,12 @@ #pragma once #include "sensor.hpp" -#include "xyz/openbmc_project/Sensor/Value/server.hpp" #include <memory> #include <mutex> #include <sdbusplus/bus.hpp> #include <sdbusplus/server.hpp> +#include <xyz/openbmc_project/Sensor/Value/server.hpp> template <typename... T> using ServerObject = typename sdbusplus::server::object::object<T...>; |

