Utils.h   [plain text]


//===-- Utils.h -------------------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef utility_Utils_h_
#define utility_Utils_h_

// These utilities have llvm namespace.
#include "llvm/ADT/STLExtras.h"

namespace lldb_private {

// Add lldb utilities here.

} // namespace lldb_private

#endif // utility_Utils