diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index efe82cd1..a5bc4269 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -14,42 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. */ -#define __STDC_FORMAT_MACROS - #include -#include -#include -#include -#include #include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include #include "application.h" #include "logger.h" -#include "utils.h" -#include "fields_info.h" - -#include "event_drops.h" -#include "falco_engine.h" -#include "config_falco.h" -#ifndef MINIMAL_BUILD -#include "webserver.h" -#endif #include "banned.h" // This raises a compilation error when certain functions are used -static std::string syscall_source = "syscall"; -static std::string k8s_audit_source = "k8s_audit"; - static void display_fatal_err(const string &msg) { falco_logger::log(LOG_ERR, msg);