Skip to content

Commit cd2e66e

Browse files
committed
[lldb][gmodules] Fix TestDataFormatterGlobals under gmodules
Same reason as in 548dbfaf447cc5fdfc26d34e60e3da08eb609531 -> macOS has a struct called 'Point' in the libc module. Just remove the redundant includes here.
1 parent dcb8222 commit cd2e66e

File tree

1 file changed

+0
-4
lines changed
  • lldb/test/API/functionalities/data-formatter/data-formatter-globals

1 file changed

+0
-4
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-globals/main.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <stdint.h>
4-
51
struct Point {
62
int x;
73
int y;

0 commit comments

Comments
 (0)