From 446e47937737980f6757134b77267bd83a69f066 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 5 Feb 2019 19:16:42 +0100 Subject: Add config file management --- sms.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sms.h') diff --git a/sms.h b/sms.h index 7d8a493..a1a4ea5 100644 --- a/sms.h +++ b/sms.h @@ -6,14 +6,11 @@ #include #include -#include #include - - +#include #include "contactList.h" - - +#include "config.h" #define SMS_IN 0 #define SMS_OUT 1 -- cgit v1.2.3