8000102: Resolve include conflicts

Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.

Reviewed-by: kvn
This commit is contained in:
Nils Eliasson 2012-10-04 06:31:07 -07:00 committed by Nils Eliasson
parent 8d8d00ff00
commit e228ec4078
12 changed files with 0 additions and 74 deletions

View file

@ -82,12 +82,6 @@
# include "assembler_ppc.inline.hpp"
# include "nativeInst_ppc.hpp"
#endif
#ifdef COMPILER1
#include "c1/c1_Runtime1.hpp"
#endif
#ifdef COMPILER2
#include "opto/runtime.hpp"
#endif
// put OS-includes here
# include <sys/types.h>