Skip to content

Commit bfe78e5

Browse files
committed
do not require truffle.h on the user machine
1 parent b6d6e10 commit bfe78e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#define PYPY_VERSION 0
5151
#define PYPY_VERSION_NUM 0
5252

53-
#include <truffle.h>
5453
#include <stdio.h>
5554
#include <string.h>
5655
#include <errno.h>

graalpython/com.oracle.graal.python.cext/src/capi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <polyglot.h>
4848

4949
#include "Python.h"
50+
#include <truffle.h>
5051

5152
#define SRC_CS "utf-8"
5253

0 commit comments

Comments
 (0)