Skip to content

Commit 5501d24

Browse files
Move <pthread.h> into contextual block of private includes.
1 parent a974a14 commit 5501d24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internal.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@
154154
#define DISPATCH_PURE_C 1
155155
#endif
156156

157-
#include <pthread.h>
158-
159157
/* private.h must be included last to avoid picking up installed headers. */
158+
#include <pthread.h>
160159
#include "os/object_private.h"
161160
#include "queue_private.h"
162161
#include "source_private.h"

0 commit comments

Comments
 (0)