aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Utility/Listener.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Utility/Listener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h b/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h
index 9d96e36c5abc..d70e778c9480 100644
--- a/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h
+++ b/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h
@@ -23,8 +23,8 @@
#include <string>
#include <vector>
-#include <stddef.h>
-#include <stdint.h>
+#include <cstddef>
+#include <cstdint>
namespace lldb_private {
class ConstString;