summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/StringList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/StringList.h')
-rw-r--r--include/lldb/Utility/StringList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Utility/StringList.h b/include/lldb/Utility/StringList.h
index 1cb68885e771..c080230249dd 100644
--- a/include/lldb/Utility/StringList.h
+++ b/include/lldb/Utility/StringList.h
@@ -12,7 +12,7 @@
#include "llvm/ADT/StringRef.h"
-#include <stddef.h> // for size_t
+#include <stddef.h>
#include <string>
#include <vector>