On 2024-02-18 04:19, Bruno Haible wrote:
+When including including specific header files, you need to use the +@samp{#include <...>} syntax, not the @samp{#include "..."} syntax.
Why does Gnulib source code ever use the #include "..." syntax? I don't see why it's helpful, given that one must always use -I to name the source code directory anyway.
If there's a reason for using #include "..." it should be documented; if not, Gnulib should stop doing it as it's just a recipe for trouble.