summaryrefslogtreecommitdiffstats
path: root/src/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr.c b/src/expr.c
index 55557da..79782fa 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -9,7 +9,6 @@
* This code has been sponsored by Sophos Astaro <http://www.sophos.com>
*/
#include "internal.h"
-#include "expr_ops.h"
#include <time.h>
#include <endian.h>
@@ -24,8 +23,6 @@
#include <libnftnl/expr.h>
-#include "linux_list.h"
-
struct nft_rule_expr *nft_rule_expr_alloc(const char *name)
{
struct nft_rule_expr *expr;