[Lldb-commits] [lldb] 987e732 - [lldb][NFC] Cleanup includes in FormatManagerTests.cpp

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 11 02:33:49 PST 2019


Author: Raphael Isemann
Date: 2019-12-11T11:33:19+01:00
New Revision: 987e7323fb53f968d5878483610fcf2319cdde86

URL: https://github.com/llvm/llvm-project/commit/987e7323fb53f968d5878483610fcf2319cdde86
DIFF: https://github.com/llvm/llvm-project/commit/987e7323fb53f968d5878483610fcf2319cdde86.diff

LOG: [lldb][NFC] Cleanup includes in FormatManagerTests.cpp

Added: 
    

Modified: 
    lldb/unittests/DataFormatter/FormatManagerTests.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/DataFormatter/FormatManagerTests.cpp b/lldb/unittests/DataFormatter/FormatManagerTests.cpp
index d57454b3f9d1..acfafdbd293c 100644
--- a/lldb/unittests/DataFormatter/FormatManagerTests.cpp
+++ b/lldb/unittests/DataFormatter/FormatManagerTests.cpp
@@ -6,20 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "TestingSupport/TestUtilities.h"
-
-#include "lldb/Core/Mangled.h"
-#include "lldb/Core/Module.h"
-#include "lldb/Core/ModuleSpec.h"
 #include "lldb/DataFormatters/FormatManager.h"
-#include "lldb/Host/FileSystem.h"
-#include "lldb/Host/HostInfo.h"
-#include "lldb/Symbol/SymbolContext.h"
-
-#include "llvm/Support/FileUtilities.h"
-#include "llvm/Support/Path.h"
-#include "llvm/Support/Program.h"
-#include "llvm/Testing/Support/Error.h"
 
 #include "gtest/gtest.h"
 


        


More information about the lldb-commits mailing list