< prev index next >

src/hotspot/share/logging/logDecorations.hpp

Print this page

        

@@ -24,11 +24,10 @@
 #ifndef SHARE_VM_LOGGING_LOGDECORATIONS_HPP
 #define SHARE_VM_LOGGING_LOGDECORATIONS_HPP
 
 #include "logging/logDecorators.hpp"
 #include "logging/logTagSet.hpp"
-#include "memory/allocation.hpp"
 
 // Temporary object containing the necessary data for a log call's decorations (timestamps, etc).
 class LogDecorations {
  public:
   static const int DecorationsBufferSize = 256;
< prev index next >