diff options
Diffstat (limited to 'include/lldb/Core/Value.h')
-rw-r--r-- | include/lldb/Core/Value.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/include/lldb/Core/Value.h b/include/lldb/Core/Value.h index 249adb24fbc9..b786e4866f6c 100644 --- a/include/lldb/Core/Value.h +++ b/include/lldb/Core/Value.h @@ -1,9 +1,8 @@ //===-- Value.h -------------------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// @@ -27,20 +26,10 @@ namespace lldb_private { class DataExtractor; -} -namespace lldb_private { class ExecutionContext; -} -namespace lldb_private { class Module; -} -namespace lldb_private { class Stream; -} -namespace lldb_private { class Type; -} -namespace lldb_private { class Variable; } |