diff mbox series

[nft,10/12] ct: Remove duplicate include of gmputil.h

Message ID 20180413145235.1204-11-phil@nwl.cc
State Accepted
Delegated to: Pablo Neira
Headers show
Series Fallout from upcoming JSON support | expand

Commit Message

Phil Sutter April 13, 2018, 2:52 p.m. UTC
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 src/ct.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/src/ct.c b/src/ct.c
index daa5359631147..6cb6bd5af927b 100644
--- a/src/ct.c
+++ b/src/ct.c
@@ -26,7 +26,6 @@ 
 #include <erec.h>
 #include <expression.h>
 #include <datatype.h>
-#include <gmputil.h>
 #include <ct.h>
 #include <gmputil.h>
 #include <utils.h>