#ifndef DFGLongLivedState_h
#define DFGLongLivedState_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
#include "DFGNodeAllocator.h"
-#include <wtf/FastAllocBase.h>
+#include <wtf/FastMalloc.h>
#include <wtf/Noncopyable.h>
namespace JSC { namespace DFG {