clean: include

This commit is contained in:
Starnakin 2025-06-03 20:33:44 +02:00
parent eaf5913c29
commit f4b95a6677
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#pragma once
#include "parsing.h"
#include "response.h"
#include "scan.h"
void print_usage(void);
void print_config(const struct scan *general, const char *hosts_path,

View File

@ -7,7 +7,6 @@
#include <string.h>
#include <unistd.h>
#include "response.h"
#include "scan.h"
#include "thread.h"