8064581: Move INCLUDE_ALL_GCS include section to the end of the include list

Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
This commit is contained in:
Stefan Karlsson 2014-11-12 12:41:59 +01:00
parent d326162380
commit eebf2b9126
14 changed files with 28 additions and 35 deletions

View file

@ -46,6 +46,7 @@
#include "oops/oop.inline.hpp"
#include "oops/oop.inline2.hpp"
#include "runtime/fieldType.hpp"
#include "utilities/macros.hpp"
#if INCLUDE_ALL_GCS
# include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
#endif