File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 66 * using default SIGALRM action which is terminate).
77 */
88/*
9- * Copyright (c) 2019-2025 CESNET, zájmové sdružení právnických osob
9+ * Copyright (c) 2019-2026 CESNET, zájmové sdružení právnických osob
1010 * All rights reserved.
1111 *
1212 * Redistribution and use in source and binary forms, with or without
4949EXTERN_C void alarm (unsigned int sec );
5050
5151#else
52- #include <unistd.h>
52+ #include <unistd.h> // IWYU pragma: export
5353#endif /* _WIN32 */
5454
5555#endif // defined COMPAT_ALARM_H
Original file line number Diff line number Diff line change 7474#include < getopt.h>
7575#include < initializer_list> // for initializer_list
7676#include < iostream>
77- #include < map> // for map
7877#include < memory>
7978#include < pthread.h>
8079#include < stdexcept>
8382#include < unistd.h> // for optarg, optind, STDERR...
8483#include < unordered_map> // for unordered_map
8584#include < utility> // for move
86- #include < vector> // for vector
8785
8886#define WANT_PTHREAD_NULL
8987#include " audio/audio.h" // for audio_options, additional_aud...
You can’t perform that action at this time.
0 commit comments