#ifndef LLVM_SUPPORT_SIGNPOSTS_H
#define LLVM_SUPPORT_SIGNPOSTS_H
-#include "llvm/ADT/StringRef.h"
#include <memory>
namespace llvm {
class SignpostEmitterImpl;
+class StringRef;
/// Manages the emission of signposts into the recording method supported by
/// the OS.
//===----------------------------------------------------------------------===//
#include "llvm/Support/Signposts.h"
-
+#include "llvm/ADT/StringRef.h"
#include "llvm/Config/config.h"
+
#if LLVM_SUPPORT_XCODE_SIGNPOSTS
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Mutex.h"