Run IWYU on test simulator code

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
f/driver/keyboardiohid
Michael Richters 2 years ago
parent 1cee211b9e
commit 368b664653
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -19,8 +19,8 @@
#include <cstring> // for memcpy
#include <vector> // for vector
#include "kaleidoscope/driver/hid/keyboardio/usb/MouseButtons.h"
#include "kaleidoscope/Runtime.h" // for Runtime, Runtime_
#include "kaleidoscope/Runtime.h" // for Runtime, Runtime_
#include "kaleidoscope/driver/hid/keyboardio/usb/MouseButtons.h" // for MOUSE_LEFT, MOUSE_MIDDLE
namespace kaleidoscope {
namespace testing {

@ -16,11 +16,11 @@
#pragma once
#include <cstdint> // for uint16_t, uint32_t, uint8_t, int8_t
#include <cstdint> // for uint16_t
#include <vector> // for vector
#include "kaleidoscope/driver/hid/keyboardio/usb/DeviceAPIs/AbsoluteMouseAPI.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/DeviceAPIs/AbsoluteMouseAPI.h" // for HID_Mous...
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPO...
namespace kaleidoscope {
namespace testing {

@ -16,11 +16,11 @@
#pragma once
#include <cstdint> // for uint32_t, uint16_t, uint8_t
#include <cstdint> // for uint32_t
#include <vector> // for vector
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/ConsumerControl.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPO...
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/ConsumerControl.h" // for HID_Cons...
namespace kaleidoscope {
namespace testing {

@ -16,8 +16,8 @@
#include "testing/ExpectedMouseReport.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Mouse.h" // for (anonymous union)::(anonymous)
#include "testing/MouseReport.h" // for MouseReport::ReportData
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Mouse.h" // for (anonymous union):...
#include "testing/MouseReport.h" // for MouseReport::Repor...
namespace kaleidoscope {
namespace testing {

@ -21,8 +21,8 @@
#include <utility> // IWYU pragma: keep
#include <vector> // for vector
#include "HID-Settings.h" // for HID_REPORTID_CONSUMERCONTROL, HID_REPORTID_GAMEPAD, HID_RE...
#include "testing/iostream.h" // for operator<<, char_traits, cout, ostream, basic_ostream
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPORTID_CONSUMERCO...
#include "testing/iostream.h" // for operator<<, char_traits
#define LOG(x) std::cout

@ -19,8 +19,8 @@
#include <cstdint> // for uint8_t, uint32_t
#include <vector> // for vector
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Keyboard.h"
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPORTID_NK...
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Keyboard.h" // for HID_KeyboardRep...
namespace kaleidoscope {
namespace testing {

@ -16,11 +16,11 @@
#pragma once
#include <cstdint> // for uint8_t, int8_t, uint32_t
#include <cstdint> // for uint8_t, int8_t
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPORTID_MOUSE
#include "kaleidoscope/driver/hid/keyboardio/usb/MouseButtons.h" // for MOUSE_LEFT, MOUSE_MIDDLE, MOUSE_NEXT, MOUSE_PREV, MOUSE_R...
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Mouse.h" // for HID_MouseReport_Data_t
#include "kaleidoscope/driver/hid/keyboardio/usb/MouseButtons.h" // for MOUSE_LEFT, MOUSE_...
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/Mouse.h" // for HID_MouseReport_Da...
namespace kaleidoscope {
namespace testing {

@ -16,11 +16,11 @@
#pragma once
#include <cstdint> // for uint8_t, uint32_t
#include <cstdint> // for uint8_t
#include <vector> // for vector
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPORTID_SYSTEMCONTROL
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/SystemControl.h" // for HID_SystemControlReport_Data_t
#include "kaleidoscope/driver/hid/keyboardio/usb/HID-Settings.h" // for HID_REPORT...
#include "kaleidoscope/driver/hid/keyboardio/usb/MultiReport/SystemControl.h" // for HID_System...
namespace kaleidoscope {
namespace testing {

@ -22,13 +22,13 @@
#include <bitset> // for bitset
#include <vector> // for vector
#include "kaleidoscope/Runtime.h" // for Runtime, Runtime_
#include "kaleidoscope/Runtime.h" // for Runtime, Runtime_
#include "kaleidoscope/driver/hid/keyboardio/usb/HIDReportObserver.h" // for HIDReportObserver
#include "testing/HIDState.h" // for HIDState, HIDStateBuilder
#include "testing/KeyboardReport.h" // for KeyboardReport
#include "testing/MouseReport.h" // for MouseReport
#include "testing/gtest.h" // for Message, TestPartResult, EXPECT_EQ, ElementsAreArray
#include "testing/iostream.h" // for operator<<, basic_ostream, char_traits, string, cerr
#include "testing/HIDState.h" // for HIDState, HIDState...
#include "testing/KeyboardReport.h" // for KeyboardReport
#include "testing/MouseReport.h" // for MouseReport
#include "testing/gtest.h" // for Message, TestPartR...
#include "testing/iostream.h" // for operator<<, char_t...
namespace kaleidoscope {
namespace testing {

Loading…
Cancel
Save