blob: 46bc1847c0b75842d1fa3ffd31c0b909bb683615 [file] [log] [blame]
//===-- 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