rename maat_rule.c to maat_core.c

rename maat_rule.h to maat_core.h
This commit is contained in:
root
2024-08-21 08:39:28 +00:00
parent 0640799f21
commit a4ca92ea41
31 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#include "maat.h"
#include "log/log.h"
#include "cJSON/cJSON.h"
#include "maat_rule.h"
#include "maat_core.h"
#include "uthash/utarray.h"
#include "maat_utils.h"
#include "maat_command.h"