summaryrefslogtreecommitdiff
path: root/common/dps.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dps.c')
-rw-r--r--common/dps.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/dps.c b/common/dps.c
index 1950b5a9bd..b0751acc39 100644
--- a/common/dps.c
+++ b/common/dps.c
@@ -5,16 +5,14 @@
* Dynamic PDO Selection.
*/
-#include <stdint.h>
-
-#include "dps.h"
#include "atomic.h"
#include "battery.h"
-#include "common.h"
-#include "console.h"
-#include "charger.h"
#include "charge_manager.h"
#include "charge_state.h"
+#include "charger.h"
+#include "common.h"
+#include "console.h"
+#include "dps.h"
#include "ec_commands.h"
#include "hooks.h"
#include "math_util.h"
@@ -24,6 +22,8 @@
#include "usb_pd.h"
#include "util.h"
+#include <stdint.h>
+
#define K_MORE_PWR 96
#define K_LESS_PWR 93
#define K_SAMPLE 1