summaryrefslogtreecommitdiff
path: root/tools/maat_redis_tool.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2024-08-21 08:39:28 +0000
committerroot <[email protected]>2024-08-21 08:39:28 +0000
commita4ca92ea41754c7cb5ccb52cb5a4c98e3e7dac19 (patch)
tree7e9a5cdf36cb2708184d70f182314f07d9a31ab1 /tools/maat_redis_tool.cpp
parent0640799f215fc4abb67a1b253609750ae0208e38 (diff)
rename maat_rule.c to maat_core.c
rename maat_rule.h to maat_core.h
Diffstat (limited to 'tools/maat_redis_tool.cpp')
-rw-r--r--tools/maat_redis_tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/maat_redis_tool.cpp b/tools/maat_redis_tool.cpp
index 116aa80..f18c151 100644
--- a/tools/maat_redis_tool.cpp
+++ b/tools/maat_redis_tool.cpp
@@ -5,7 +5,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "maat_rule.h"
+#include "maat_core.h"
#include "maat_utils.h"
#include "maat_command.h"
#include "cJSON/cJSON.h"