py: Move to guarded includes, everywhere in py/ core.
Addresses issue #1022.
This commit is contained in:
11
py/warning.c
11
py/warning.c
@@ -23,17 +23,12 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <stdint.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mpconfig.h"
|
||||
#include "misc.h"
|
||||
#include "qstr.h"
|
||||
#include "obj.h"
|
||||
#include "compile.h"
|
||||
#include "scope.h"
|
||||
#include "emit.h"
|
||||
#include "py/obj.h"
|
||||
#include "py/emit.h"
|
||||
|
||||
#if MICROPY_WARNINGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user