summaryrefslogtreecommitdiff
path: root/src/core/hw
diff options
context:
space:
mode:
authorGravatar bunnei2016-05-01 17:44:57 -0400
committerGravatar bunnei2016-05-01 17:44:57 -0400
commit15d0e982678d6151bb058fbb8ea0f39b7ffa688a (patch)
tree716ea2ff8d136622183261274564eeb03aed5c5f /src/core/hw
parentMerge pull request #1745 from JayFoxRox/fix-const_color (diff)
parentVideoCore: Run include-what-you-use and fix most includes. (diff)
downloadyuzu-15d0e982678d6151bb058fbb8ea0f39b7ffa688a.tar.gz
yuzu-15d0e982678d6151bb058fbb8ea0f39b7ffa688a.tar.xz
yuzu-15d0e982678d6151bb058fbb8ea0f39b7ffa688a.zip
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')
-rw-r--r--src/core/hw/lcd.h2
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 {
52 return content[index]; 52 return content[index];
53 } 53 }
54 54
55#undef ASSERT_MEMBER_SIZE
56
57}; 55};
58static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout"); 56static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout");
59 57