From 3af8e7e9fdfc2ee0a4555c2b6253d2dff95d851b Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 24 May 2016 20:59:33 -0700 Subject: [PATCH] ControllerPower.cpp: Use quoted include instead of bracket for HAL. (#53) This is consistent with all other source files. --- wpilibc/athena/src/ControllerPower.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpilibc/athena/src/ControllerPower.cpp b/wpilibc/athena/src/ControllerPower.cpp index 42992c346e..145c545037 100644 --- a/wpilibc/athena/src/ControllerPower.cpp +++ b/wpilibc/athena/src/ControllerPower.cpp @@ -8,9 +8,9 @@ #include "ControllerPower.h" #include -#include -#include #include "ErrorBase.h" +#include "HAL/HAL.h" +#include "HAL/Power.h" /** * Get the input voltage to the robot controller.