mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Remove superfluous includes
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
71d493cb42
commit
a7d24f756f
38 changed files with 1 additions and 66 deletions
|
@ -10,9 +10,6 @@
|
|||
#include <linux/limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <villas/boxes.hpp>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cctype>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <variant>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <openssl/evp.h>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/node.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
|
|
@ -5,15 +5,12 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <jansson.h>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <tuple>
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <bitset>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/node/exceptions.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
|
|
@ -5,10 +5,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
#include <complex>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <villas/timing.hpp>
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace villas {
|
||||
namespace node {
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
#include <vector>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "villas/exceptions.hpp"
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <vector>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/node.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/sample.hpp>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <openssl/md5.h>
|
||||
#include <regex>
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <cerrno>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <libgen.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <netdb.h>
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/colors.hpp>
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/node/config.hpp>
|
||||
|
|
|
@ -5,10 +5,9 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include <mosquitto.h>
|
||||
#include <mutex>
|
||||
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/node_compat.hpp>
|
||||
|
|
|
@ -10,10 +10,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <vector>
|
||||
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/node_compat.hpp>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <list>
|
||||
|
||||
#include <villas/exceptions.hpp>
|
||||
#include <villas/node_compat.hpp>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <villas/exceptions.hpp>
|
||||
|
|
|
@ -6,13 +6,9 @@
|
|||
*/
|
||||
|
||||
#include <cerrno>
|
||||
#include <cinttypes>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
||||
#include <poll.h>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <villas/exceptions.hpp>
|
||||
#include <villas/signal.hpp>
|
||||
#include <villas/utils.hpp>
|
||||
|
||||
#include <villas/signal_data.hpp>
|
||||
#include <villas/signal_type.hpp>
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/signal_type.hpp>
|
||||
|
||||
using namespace villas::node;
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <villas/hist.hpp>
|
||||
#include <villas/node.hpp>
|
||||
#include <villas/stats.hpp>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <exception>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
*/
|
||||
|
||||
#include <atomic>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <villas/tool.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue