mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* itbl-lex.l: Use #include <> for generated headers.
* itbl-ops.c: Likewise.
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "itbl-parse.h"
|
||||
|
||||
#include <itbl-parse.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DBG(x) printf x
|
||||
|
Reference in New Issue
Block a user