summaryrefslogtreecommitdiffstats
path: root/src/logsmanagement/functions.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/logsmanagement/functions.h (renamed from logsmanagement/functions.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/logsmanagement/functions.h b/src/logsmanagement/functions.h
index 16824d434..ea8f35c0e 100644
--- a/logsmanagement/functions.h
+++ b/src/logsmanagement/functions.h
@@ -7,7 +7,7 @@
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
-#include "../database/rrdfunctions.h"
+#include "database/rrdfunctions.h"
#define LOGS_MANAG_FUNC_NAME "logs-management"
#define FUNCTION_LOGSMANAGEMENT_HELP_SHORT "View, search and analyze logs monitored through the logs management engine."
@@ -19,4 +19,4 @@ int logsmanagement_function_execute_cb( BUFFER *dest_wb, int timeout,
struct functions_evloop_globals *logsmanagement_func_facets_init(bool *p_logsmanagement_should_exit);
-#endif // FUNCTIONS_H_ \ No newline at end of file
+#endif // FUNCTIONS_H_