diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-05-18 00:46:52 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-05-18 00:57:03 +0300 |
commit | 144a9c52e58b6386dd6929c1d95a11d04bc8eaa5 (patch) | |
tree | b633d50f211b16604dc3aed9ad4fc7f563ebc7b2 /contrib/tools/m4/src | |
parent | 6bb04f40e291c6fc3ac8e556d561d59eed0a49b9 (diff) | |
download | ydb-144a9c52e58b6386dd6929c1d95a11d04bc8eaa5.tar.gz |
Flatten bison/gnulib/src to bison/lib to match upstream layout
2f47b5eab59c8031971bd995b703c854fd6f106d
Diffstat (limited to 'contrib/tools/m4/src')
-rw-r--r-- | contrib/tools/m4/src/builtin.c | 2 | ||||
-rw-r--r-- | contrib/tools/m4/src/input.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/m4/src/builtin.c b/contrib/tools/m4/src/builtin.c index 01ede38017..b3700c3219 100644 --- a/contrib/tools/m4/src/builtin.c +++ b/contrib/tools/m4/src/builtin.c @@ -27,7 +27,7 @@ #include "execute.h" #include "memchr2.h" #include "progname.h" -#include <contrib/tools/bison/gnulib/src/regex.h> +#include "regex.h" #include "spawn-pipe.h" #include "wait-process.h" diff --git a/contrib/tools/m4/src/input.c b/contrib/tools/m4/src/input.c index 836d706489..579faddf4f 100644 --- a/contrib/tools/m4/src/input.c +++ b/contrib/tools/m4/src/input.c @@ -60,7 +60,7 @@ accordingly. */ #ifdef ENABLE_CHANGEWORD -#include <contrib/tools/bison/gnulib/src/regex.h> +#include "regex.h" #endif enum input_type |