Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Parser: peg_api: include Python.h instead of parser_interface.h
  • Loading branch information
nw0 committed Feb 18, 2021
commit 80a0530f2a3c79a8ae34d554ba4a6b1290bca0c8
2 changes: 1 addition & 1 deletion Parser/peg_api.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "cpython/parser_interface.h"
#include "Python.h"

#include "tokenizer.h"
#include "pegen.h"
Expand Down