diff options
author | Viktor Szakats <commit@vsz.me> | 2024-05-24 19:52:05 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2024-05-28 00:27:04 +0200 |
commit | 53b4dfe405dca1eeff0ac48e2fc96d7782e887a7 (patch) | |
tree | 07a8bbe303c6f62ef3ba6c3c69836d7fad250515 /docs/examples/xmlstream.c | |
parent | f709a45c57566dffd307231b5d1bf3e2c337375e (diff) |
examples: delete unused includes
Delete a bunch of unnecessary-looking headers from some examples. This
is known to be tricky on AIX (perhaps also in other less-tested envs).
Let me know if any of this looks incorrect or outright fails on some
systems.
Follow-up to d4b85890555388bec212b75f47a5c1a48705b156 #13771
Closes #13785
Diffstat (limited to 'docs/examples/xmlstream.c')
-rw-r--r-- | docs/examples/xmlstream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/xmlstream.c b/docs/examples/xmlstream.c index 76a8e48cc..d779e6e7c 100644 --- a/docs/examples/xmlstream.c +++ b/docs/examples/xmlstream.c @@ -36,7 +36,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <assert.h> #include <expat.h> #include <curl/curl.h> |