aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/Utils.h
blob: 46bc1847c0b75842d1fa3ffd31c0b909bb683615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//===-- 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