1*0ae96273SGreg Clayton //===-- Baton.cpp -----------------------------------------------*- C++ -*-===//
2*0ae96273SGreg Clayton //
3*0ae96273SGreg Clayton //                     The LLVM Compiler Infrastructure
4*0ae96273SGreg Clayton //
5*0ae96273SGreg Clayton // This file is distributed under the University of Illinois Open Source
6*0ae96273SGreg Clayton // License. See LICENSE.TXT for details.
7*0ae96273SGreg Clayton //
8*0ae96273SGreg Clayton //===----------------------------------------------------------------------===//
9*0ae96273SGreg Clayton 
10*0ae96273SGreg Clayton #include "lldb/Core/Opcode.h"
11*0ae96273SGreg Clayton 
12*0ae96273SGreg Clayton // C Includes
13*0ae96273SGreg Clayton // C++ Includes
14*0ae96273SGreg Clayton // Other libraries and framework includes
15*0ae96273SGreg Clayton // Project includes
16*0ae96273SGreg Clayton 
17*0ae96273SGreg Clayton using namespace lldb;
18*0ae96273SGreg Clayton using namespace lldb_private;