summaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h')
-rw-r--r--contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h b/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
index c36263e34240..0ec7e202dac9 100644
--- a/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
+++ b/contrib/llvm/tools/lldb/include/lldb/Expression/FunctionCaller.h
@@ -10,15 +10,11 @@
#ifndef liblldb_FunctionCaller_h_
#define liblldb_FunctionCaller_h_
-// C Includes
-// C++ Includes
#include <list>
#include <memory>
#include <string>
#include <vector>
-// Other libraries and framework includes
-// Project includes
#include "lldb/Core/Address.h"
#include "lldb/Core/Value.h"
#include "lldb/Expression/Expression.h"