From fa304767b5746d4ee7f4bef1cfda0570d03066cc Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 21:04:37 +0300 Subject: [C] Necessary refactoring --- c_implementation/src/aklogcatter.c | 2 +- c_implementation/src/aksettings.c | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'c_implementation/src') diff --git a/c_implementation/src/aklogcatter.c b/c_implementation/src/aklogcatter.c index 016c6d3..54b1f8c 100644 --- a/c_implementation/src/aklogcatter.c +++ b/c_implementation/src/aklogcatter.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/c_implementation/src/aksettings.c b/c_implementation/src/aksettings.c index 1c8249c..470330f 100644 --- a/c_implementation/src/aksettings.c +++ b/c_implementation/src/aksettings.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -6,11 +6,6 @@ #define MAX_SETTINGS 100 -typedef struct { - char *key; - char *value; -} AKSetting; - AKSetting settings[MAX_SETTINGS]; int settings_count = 0; -- cgit v1.2.3