py: Revert change of include, "" back to <> for mpconfigport.h.
This commit is contained in:
parent
fbdf2f1d63
commit
8340c48389
|
@ -28,7 +28,7 @@
|
||||||
// You can override any of these options using mpconfigport.h file located
|
// You can override any of these options using mpconfigport.h file located
|
||||||
// in a directory of your port.
|
// in a directory of your port.
|
||||||
|
|
||||||
#include "mpconfigport.h"
|
#include <mpconfigport.h>
|
||||||
|
|
||||||
// Any options not explicitly set in mpconfigport.h will get default
|
// Any options not explicitly set in mpconfigport.h will get default
|
||||||
// values below.
|
// values below.
|
||||||
|
|
Loading…
Reference in New Issue