We don't need the ValuePrinter.h
This commit is contained in:
parent
d03ba0fb9f
commit
ee9fc709ab
@ -20,8 +20,7 @@ CLINGDEP := $(CLINGO:.o=.d)
|
||||
|
||||
CLINGETC_CLING := DynamicExprInfo.h DynamicLookupRuntimeUniverse.h \
|
||||
DynamicLookupLifetimeHandler.h Interpreter.h InvocationOptions.h \
|
||||
RuntimeUniverse.h Value.h \
|
||||
ValuePrinter.h RuntimeException.h
|
||||
RuntimeUniverse.h Value.h RuntimeException.h
|
||||
|
||||
CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \
|
||||
llvm/ADT/OwningPtr.h \
|
||||
|
@ -1,18 +0,0 @@
|
||||
//--------------------------------------------------------------------*- C++ -*-
|
||||
// CLING - the C++ LLVM-based InterpreterG :)
|
||||
// author: Axel Naumann <axel@cern.ch>
|
||||
//
|
||||
// This file is dual-licensed: you can choose to license it under the University
|
||||
// of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
// LICENSE.TXT for details.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#ifndef CLING_VALUEPRINTER_H
|
||||
#define CLING_VALUEPRINTER_H
|
||||
|
||||
namespace llvm {
|
||||
class raw_ostream;
|
||||
}
|
||||
|
||||
|
||||
#endif // CLING_VALUEPRINTER_H
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include "cling/Interpreter/Interpreter.h"
|
||||
#include "cling/Interpreter/Transaction.h"
|
||||
#include "cling/Interpreter/ValuePrinter.h"
|
||||
#include "cling/Utils/AST.h"
|
||||
|
||||
#include "clang/AST/ASTContext.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
// LICENSE.TXT for details.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "cling/Interpreter/ValuePrinter.h"
|
||||
#include "cling/Interpreter/Value.h"
|
||||
|
||||
#include "cling/Interpreter/CValuePrinter.h"
|
||||
#include "cling/Interpreter/Interpreter.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user