]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make header files compilable by itself to get two benefits:
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 30 Sep 2012 20:30:17 +0000 (20:30 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 30 Sep 2012 20:30:17 +0000 (20:30 +0000)
commit53ac3496d8c460e2517d71b10f1525cdf316d3d5
tree7a73540d72f4f968df236180759bd42b6df8d345
parent3efe0d22e3670540bb2dc39f8b77c7c375de23be
Make header files compilable by itself to get two benefits:
- never have to worry about order of inclusion
- never have to figure out hidden dependencies in order to be
  able to include a file

git-svn-id: svn://svn.valgrind.org/vex/trunk@2546
23 files changed:
VEX/priv/guest_amd64_defs.h
VEX/priv/guest_arm_defs.h
VEX/priv/guest_generic_bb_to_IR.h
VEX/priv/guest_mips_defs.h
VEX/priv/guest_ppc_defs.h
VEX/priv/guest_ppc_toIR.c
VEX/priv/guest_s390_defs.h
VEX/priv/guest_s390_toIR.c
VEX/priv/guest_x86_defs.h
VEX/priv/host_amd64_defs.h
VEX/priv/host_arm_defs.h
VEX/priv/host_mips_defs.h
VEX/priv/host_ppc_defs.h
VEX/priv/host_s390_defs.h
VEX/priv/host_x86_defs.h
VEX/pub/libvex_emnote.h
VEX/pub/libvex_guest_amd64.h
VEX/pub/libvex_guest_arm.h
VEX/pub/libvex_guest_mips32.h
VEX/pub/libvex_guest_ppc32.h
VEX/pub/libvex_guest_ppc64.h
VEX/pub/libvex_guest_s390x.h
VEX/pub/libvex_guest_x86.h