Skip to content

Commit 8340c48

Browse files
committed
py: Revert change of include, "" back to <> for mpconfigport.h.
1 parent fbdf2f1 commit 8340c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// You can override any of these options using mpconfigport.h file located
2929
// in a directory of your port.
3030

31-
#include "mpconfigport.h"
31+
#include <mpconfigport.h>
3232

3333
// Any options not explicitly set in mpconfigport.h will get default
3434
// values below.

0 commit comments

Comments
 (0)