]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Rearrange includes
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 8 Jan 2016 18:18:19 +0000 (18:18 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 8 Jan 2016 18:18:19 +0000 (18:18 +0000)
commit5b83fd0b6b5bd04b9f9a43edf2d00510541e4300
treee8d3403071b189a7122f4f0044afa668bb515950
parentf473e9222f6c6adeae9fb3316599e4dfc91beb4f
Rearrange includes

For simplicity, tests should just include <xtf/lib.h> and get all the common
infrastructure for free.  All type definitions should come from <xtf/types.h>.
Fix one declaration vs definition mismatch uncovered.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/arch/x86/div.h
include/arch/x86/lib.h
include/arch/x86/mm.h
include/xtf/lib.h
include/xtf/test.h
tests/example/main.c
tests/selftest/main.c