]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - jit/JITDisassembler.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / jit / JITDisassembler.h
index 7edbb9cf78da8292dd569ffa6ad798c2068cf0f4..6655de8930f8cadb8d9cc5acbdc6e71657058a4d 100644 (file)
 #ifndef JITDisassembler_h
 #define JITDisassembler_h
 
-#include <wtf/Platform.h>
-
 #if ENABLE(JIT)
 
-#include "LinkBuffer.h"
 #include "MacroAssembler.h"
-#include "ProfilerDatabase.h"
 #include <wtf/Vector.h>
+#include <wtf/text/CString.h>
 
 namespace JSC {
 
 class CodeBlock;
+class LinkBuffer;
+
+namespace Profiler {
+class Compilation;
+}
 
 class JITDisassembler {
     WTF_MAKE_FAST_ALLOCATED;