From 89564260af83117243b57dcc00a441f25225cb98 Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Sun, 15 Sep 2019 11:53:30 +0100 Subject: [PATCH] change cwmp -> bbfdm --- cwmp.c | 2 +- event.c | 2 +- external.c | 2 +- inc/cwmp.h | 2 +- xml.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cwmp.c b/cwmp.c index e1be3dc..376602d 100644 --- a/cwmp.c +++ b/cwmp.c @@ -27,7 +27,7 @@ #include "config.h" #include #include -#include +#include #include struct cwmp cwmp_main = {0}; diff --git a/event.c b/event.c index 441f46c..6a27433 100644 --- a/event.c +++ b/event.c @@ -24,7 +24,7 @@ #include "jshn.h" #include "external.h" #include "config.h" -#include +#include #include #include #include diff --git a/external.c b/external.c index 0fd4d4c..c351174 100644 --- a/external.c +++ b/external.c @@ -31,7 +31,7 @@ #include "cwmp.h" #include "xml.h" #include "log.h" -#include +#include #include static int pid; diff --git a/inc/cwmp.h b/inc/cwmp.h index d303a1d..62bf8d3 100644 --- a/inc/cwmp.h +++ b/inc/cwmp.h @@ -19,7 +19,7 @@ #include #include #include -#include +#include #define MAX_EVENTS 64 #define MAX_INT32 2147483646 diff --git a/xml.c b/xml.c index 6f80708..0545334 100644 --- a/xml.c +++ b/xml.c @@ -25,7 +25,7 @@ #include "jshn.h" #include #include -#include +#include #include LIST_HEAD(list_download);