src/hotspot/share/libadt/dict.hpp
changeset 49360 886acec3b4c6
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
--- a/src/hotspot/share/libadt/dict.hpp	Wed Mar 07 21:57:36 2018 +0100
+++ b/src/hotspot/share/libadt/dict.hpp	Thu Mar 08 09:56:29 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, 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
@@ -27,7 +27,7 @@
 
 // Dictionaries - An Abstract Data Type
 
-#include "memory/allocation.inline.hpp"
+#include "memory/allocation.hpp"
 #include "memory/resourceArea.hpp"
 #include "runtime/thread.hpp"