diff options
author | bunnei <bunneidev@gmail.com> | 2016-05-01 17:44:57 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-05-01 17:44:57 -0400 |
commit | 15d0e982678d6151bb058fbb8ea0f39b7ffa688a (patch) | |
tree | 716ea2ff8d136622183261274564eeb03aed5c5f /src/core/hw/lcd.h | |
parent | 17ecf0d1a2e508cfccfab093a4481dc81d228776 (diff) | |
parent | 691a42fe98954c247a8b7e9305a3e9ca5c04d40c (diff) |
Merge pull request #1741 from linkmauve/iwyu-video_core
Fix video_core includes (and dependencies) using include-what-you-use
Diffstat (limited to 'src/core/hw/lcd.h')
-rw-r--r-- | src/core/hw/lcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/lcd.h b/src/core/hw/lcd.h index 3dd877fbf..57029c5e8 100644 --- a/src/core/hw/lcd.h +++ b/src/core/hw/lcd.h @@ -52,8 +52,6 @@ struct Regs { return content[index]; } -#undef ASSERT_MEMBER_SIZE - }; static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout"); |