Skip to content

Commit 846e022

Browse files
rchamalaRahul Reddy Chamala
andauthored
[lldb] NFC: Use standard comment for lldb-python.h include (llvm#181498)
## Summary Use the standard `// LLDB Python header must be included first.` comment to match every other Python interface `.cpp` file in this directory, as suggested by @JDevlieghere. ## Test plan NFC - comment only change. Co-authored-by: Rahul Reddy Chamala <rachamal@meta.com>
1 parent 7b052c4 commit 846e022

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptInterpreterPythonInterfaces.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
#if LLDB_ENABLE_PYTHON
1313

14-
// Include lldb-python.h first to define NO_PID_T on Windows before any
15-
// LLDB header transitively pulls in PosixApi.h.
14+
// LLDB Python header must be included first.
1615
#include "../lldb-python.h"
1716

1817
#include "ScriptInterpreterPythonInterfaces.h"

0 commit comments

Comments
 (0)