Skip to content

Commit 7a40f50

Browse files
committed
Apply clang-format to organize imports.
1 parent e7b7914 commit 7a40f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/Handler/RequestHandler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
#include "DAP.h"
1111
#include "Handler/ResponseHandler.h"
1212
#include "JSONUtils.h"
13-
#include "Protocol/ProtocolRequests.h"
14-
#include "LLDBUtils.h"
1513
#include "Protocol/ProtocolBase.h"
14+
#include "Protocol/ProtocolRequests.h"
1615
#include "RunInTerminal.h"
1716
#include "lldb/API/SBDefines.h"
1817
#include "lldb/API/SBEnvironment.h"

0 commit comments

Comments
 (0)