config.h is generated by autoconf and is only meant to be included by
source files, as the very first include so that the feature macros it
defines apply to every header that follows.  ic/en-ic.h and
ic/inc-proc-ic.h, added by commit 782b8b535438 ("ovn-ic: Introduce
incremental processing."), include it themselves.  Drop it from both:
every .c file that includes these headers already includes <config.h>
first.

Suggested-by: Mark Michelson <[email protected]>
Signed-off-by: Paulo Guilherme Silva <[email protected]>
---
 ic/en-ic.h       | 2 --
 ic/inc-proc-ic.h | 2 --
 2 files changed, 4 deletions(-)

diff --git a/ic/en-ic.h b/ic/en-ic.h
index a4b75bb0e..48150b163 100644
--- a/ic/en-ic.h
+++ b/ic/en-ic.h
@@ -1,8 +1,6 @@
 #ifndef EN_IC_H
 #define EN_IC_H 1

-#include <config.h>
-
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/ic/inc-proc-ic.h b/ic/inc-proc-ic.h
index 36464564d..30e3071ae 100644
--- a/ic/inc-proc-ic.h
+++ b/ic/inc-proc-ic.h
@@ -1,8 +1,6 @@
 #ifndef INC_PROC_IC_H
 #define INC_PROC_IC_H 1

-#include <config.h>
-
 #include "ovn-ic.h"
 #include "ovsdb-idl.h"
 #include "lib/inc-proc-eng.h"
--
2.34.1


-- 




_'Esta mensagem é direcionada apenas para os endereços constantes no 
cabeçalho inicial. Se você não está listado nos endereços constantes no 
cabeçalho, pedimos-lhe que desconsidere completamente o conteúdo dessa 
mensagem e cuja cópia, encaminhamento e/ou execução das ações citadas estão 
imediatamente anuladas e proibidas'._


* **'Apesar do Magazine Luiza tomar 
todas as precauções razoáveis para assegurar que nenhum vírus esteja 
presente nesse e-mail, a empresa não poderá aceitar a responsabilidade por 
quaisquer perdas ou danos causados por esse e-mail ou por seus anexos'.*



_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to