From 4f34d3f9ef0013e38e5488211758641628f919d5 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Fri, 25 May 2012 09:58:32 -0700 Subject: [PATCH] Cleanup - includes go in include dir Signed-off-by: Randall Spangler BUG=none TEST=if it builds, it works Change-Id: I2064f3eed4790051312a5a53ef742dcf79c4ee9d --- {common => include}/battery_pack.h | 3 +-- {common => include}/charge_state.h | 0 {common => include}/charger_bq24725.h | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename {common => include}/battery_pack.h (96%) rename {common => include}/charge_state.h (100%) rename {common => include}/charger_bq24725.h (100%) diff --git a/common/battery_pack.h b/include/battery_pack.h similarity index 96% rename from common/battery_pack.h rename to include/battery_pack.h index bff4481751..c119c673c0 100644 --- a/common/battery_pack.h +++ b/include/battery_pack.h @@ -38,5 +38,4 @@ const struct battery_info *battery_get_info(void); /* Vendor provided parameters for battery charging */ void battery_vendor_params(struct batt_params *batt); -#endif //__CROS_EC_BATTERY_PACK_H - +#endif diff --git a/common/charge_state.h b/include/charge_state.h similarity index 100% rename from common/charge_state.h rename to include/charge_state.h diff --git a/common/charger_bq24725.h b/include/charger_bq24725.h similarity index 100% rename from common/charger_bq24725.h rename to include/charger_bq24725.h