Remove circular includes in arch_dependent_sizes_*
The include flow is: test_struct_sizes.c arch_dependent_sizes_(32|64).h test_struct_sizes.c again arch_dependent_sizes_(32|64).h again then we hit the include guard as we've included the header twice test_struct_sizes.c is the only file that includes either of these headers, so the #include of test_struct_sizes.c is redundant. Change-Id: I95a4efe45a46dfe26b9b0e60b15af702d5546717 Reviewed-on: https://chromium-review.googlesource.com/1055009Reviewed-by:Raymes Khoury <raymes@chromium.org> Commit-Queue: Owen Rodley <orodley@chromium.org> Cr-Commit-Position: refs/heads/master@{#558170}
Showing
Please register or sign in to comment