diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-30 03:56:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-30 03:56:39 +0000 |
commit | 3d82a647caf046b27712df3bffe1492736dbc12a (patch) | |
tree | 25292e443347544e6448e5b2919e11843977eacd /gas/itbl-ops.c | |
parent | 8ffbbda4080023ce3180475e8c9ee0bdfe54d7ba (diff) | |
download | binutils-gdb-3d82a647caf046b27712df3bffe1492736dbc12a.tar.gz |
* itbl-lex.l: Use #include <> for generated headers.
* itbl-ops.c: Likewise.
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r-- | gas/itbl-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index d67a9869e5b..09db9f74683 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -92,7 +92,7 @@ #include <stdlib.h> #include <string.h> #include "itbl-ops.h" -#include "itbl-parse.h" +#include <itbl-parse.h> /* #define DEBUG */ |