src/hotspot/share/prims/nativeLookup.cpp
changeset 49359 59f6547e151f
parent 48302 50181ff45d46
child 50113 caf115bb98ad
--- a/src/hotspot/share/prims/nativeLookup.cpp	Wed Mar 07 19:32:54 2018 -0800
+++ b/src/hotspot/share/prims/nativeLookup.cpp	Wed Mar 07 21:57:36 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, 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
@@ -28,7 +28,7 @@
 #include "classfile/vmSymbols.hpp"
 #include "memory/oopFactory.hpp"
 #include "memory/resourceArea.hpp"
-#include "memory/universe.inline.hpp"
+#include "memory/universe.hpp"
 #include "oops/instanceKlass.hpp"
 #include "oops/method.hpp"
 #include "oops/oop.inline.hpp"