14003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//===-- Utils.h -------------------------------------------------*- C++ -*-===//
24003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//
34003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//                     The LLVM Compiler Infrastructure
44003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//
54003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen// This file is distributed under the University of Illinois Open Source
64003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen// License. See LICENSE.TXT for details.
74003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//
84003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen//===----------------------------------------------------------------------===//
94003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen
104003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen#ifndef utility_Utils_h_
114003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen#define utility_Utils_h_
124003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen
1308af5983cb349e7167f3832d00d36ca611bfa2f1Johnny Chen// These utilities have llvm namespace.
1408af5983cb349e7167f3832d00d36ca611bfa2f1Johnny Chen#include "llvm/ADT/STLExtras.h"
1508af5983cb349e7167f3832d00d36ca611bfa2f1Johnny Chen
164003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chennamespace lldb_private {
174003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen
1808af5983cb349e7167f3832d00d36ca611bfa2f1Johnny Chen// Add lldb utilities here.
194003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen
204003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen} // namespace lldb_private
2108af5983cb349e7167f3832d00d36ca611bfa2f1Johnny Chen
224003f57f86a92411f0563f355a32e8f86ae29d5aJohnny Chen#endif // utility_Utils
23