64 lines
1.8 KiB
Diff
64 lines
1.8 KiB
Diff
|
diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c
|
||
|
index 5bccf591a..35f5e35ef 100644
|
||
|
--- a/gcc/jit/jit-playback.c
|
||
|
+++ b/gcc/jit/jit-playback.c
|
||
|
@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
|
||
|
along with GCC; see the file COPYING3. If not see
|
||
|
<http://www.gnu.org/licenses/>. */
|
||
|
|
||
|
+#include <pthread.h>
|
||
|
+
|
||
|
#include "config.h"
|
||
|
#include "system.h"
|
||
|
#include "coretypes.h"
|
||
|
@@ -41,8 +43,6 @@ along with GCC; see the file COPYING3. If not see
|
||
|
#include "diagnostic.h"
|
||
|
#include "stmt.h"
|
||
|
|
||
|
-#include <pthread.h>
|
||
|
-
|
||
|
#include "jit-playback.h"
|
||
|
#include "jit-result.h"
|
||
|
#include "jit-builtins.h"
|
||
|
diff --git a/gcc/jit/jit-recording.c b/gcc/jit/jit-recording.c
|
||
|
index a237d574f..5785e3269 100644
|
||
|
--- a/gcc/jit/jit-recording.c
|
||
|
+++ b/gcc/jit/jit-recording.c
|
||
|
@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
|
||
|
along with GCC; see the file COPYING3. If not see
|
||
|
<http://www.gnu.org/licenses/>. */
|
||
|
|
||
|
+#include <pthread.h>
|
||
|
+
|
||
|
#include "config.h"
|
||
|
#include "system.h"
|
||
|
#include "coretypes.h"
|
||
|
@@ -25,8 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
||
|
#include "pretty-print.h"
|
||
|
#include "toplev.h"
|
||
|
|
||
|
-#include <pthread.h>
|
||
|
-
|
||
|
#include "jit-builtins.h"
|
||
|
#include "jit-recording.h"
|
||
|
#include "jit-playback.h"
|
||
|
diff --git a/gcc/jit/libgccjit.c b/gcc/jit/libgccjit.c
|
||
|
index f9c33c63c..75f21d275 100644
|
||
|
--- a/gcc/jit/libgccjit.c
|
||
|
+++ b/gcc/jit/libgccjit.c
|
||
|
@@ -18,13 +18,13 @@ You should have received a copy of the GNU General Public License
|
||
|
along with GCC; see the file COPYING3. If not see
|
||
|
<http://www.gnu.org/licenses/>. */
|
||
|
|
||
|
+#include <pthread.h>
|
||
|
#include "config.h"
|
||
|
#include "system.h"
|
||
|
#include "coretypes.h"
|
||
|
#include "timevar.h"
|
||
|
#include "typed-splay-tree.h"
|
||
|
#include "cppbuiltin.h"
|
||
|
-#include <pthread.h>
|
||
|
|
||
|
#include "libgccjit.h"
|
||
|
#include "jit-recording.h"
|