changed logger.h to clogger.h for c files

This commit is contained in:
2019-08-20 08:48:12 +02:00
parent 29c788b9f7
commit 51a3f3fd4d
24 changed files with 37 additions and 27 deletions

View File

@ -1,5 +1,5 @@
#include "communication_funcs.h"
#include "logger.h"
#include "clogger.h"
#include <string.h>
#include <errno.h>