Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3980451d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Arrange include ordering in input/KeyLayoutMap.h"

parents 34e4d94c 8ea2c3df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
#pragma once

#include <android-base/result.h>
#include <input/InputDevice.h>

#include <stdint.h>
#include <utils/Errors.h>
#include <utils/Tokenizer.h>
#include <set>

#include <input/InputDevice.h>

namespace android {

struct AxisInfo {