Skip to content

Commit 0d7804e

Browse files
committed
Try importing just util.h rather than core/util.h
1 parent fa8e86c commit 0d7804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtext/org.icyphy.linguafranca/src/lib/Python/pythontarget.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
*/
3131

3232
#include "pythontarget.h"
33-
#include "core/util.h"
33+
#include "util.h"
3434

3535
//////////// set Function(s) /////////////
3636
/**

0 commit comments

Comments
 (0)