summaryrefslogtreecommitdiffstats
path: root/op-pwrctl
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 11:56:39 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 11:56:39 -0400
commitf6c85685bda3305ffe3a53df6d1af59f3a0234ed (patch)
tree22834a0f1550e11f5e6aebc3162c1d6873baac06 /op-pwrctl
parent0e88971c546086244e1101222a48a7565838505b (diff)
downloadtalos-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.tar.gz
talos-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.zip
libopenbmc_intf include path update
Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'op-pwrctl')
-rw-r--r--op-pwrctl/power_control_obj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/op-pwrctl/power_control_obj.c b/op-pwrctl/power_control_obj.c
index 85a8cff..dfc7fa9 100644
--- a/op-pwrctl/power_control_obj.c
+++ b/op-pwrctl/power_control_obj.c
@@ -7,9 +7,9 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <syslog.h>
-#include "interfaces/openbmc_intf.h"
-#include "openbmc.h"
-#include "gpio.h"
+#include <openbmc_intf.h>
+#include <openbmc.h>
+#include <gpio.h>
/* ------------------------------------------------------------------------- */
static const gchar* dbus_object_path = "/org/openbmc/control";
OpenPOWER on IntegriCloud