8073389: Remove the include of resourceArea.hpp from classFileParser.hpp

Reviewed-by: coleenp, dholmes
This commit is contained in:
Stefan Karlsson 2015-02-18 10:28:27 +01:00
parent e238141b5c
commit d40f08d0a3
7 changed files with 35 additions and 15 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
#include "precompiled.hpp"
#include "classfile/classLoader.hpp"
#include "runtime/vm_version.hpp"
#include "services/attachListener.hpp"
#include "services/management.hpp"
#include "services/runtimeService.hpp"