From 419d79189f56a4d819f7e958a7ea695efaef9875 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 4 Sep 2015 00:33:51 +0000 Subject: Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line This is preparatory work for moving these formatters into language categories llvm-svn: 246827 --- lldb/source/DataFormatters/LibCxxInitializerList.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/source/DataFormatters/LibCxxInitializerList.cpp') diff --git a/lldb/source/DataFormatters/LibCxxInitializerList.cpp b/lldb/source/DataFormatters/LibCxxInitializerList.cpp index 652771e2466..87f8a3d0bdd 100644 --- a/lldb/source/DataFormatters/LibCxxInitializerList.cpp +++ b/lldb/source/DataFormatters/LibCxxInitializerList.cpp @@ -7,10 +7,11 @@ // //===----------------------------------------------------------------------===// -#include "lldb/DataFormatters/CXXFormatterFunctions.h" +#include "lldb/DataFormatters/LibCxx.h" #include "lldb/Core/ConstString.h" #include "lldb/Core/ValueObject.h" +#include "lldb/DataFormatters/FormattersHelpers.h" using namespace lldb; using namespace lldb_private; -- cgit v1.2.3