summaryrefslogtreecommitdiffstats
path: root/src/expect
diff options
context:
space:
mode:
Diffstat (limited to 'src/expect')
-rw-r--r--src/expect/api.c2
-rw-r--r--src/expect/build.c2
-rw-r--r--src/expect/callback.c2
-rw-r--r--src/expect/getter.c2
-rw-r--r--src/expect/parse.c2
-rw-r--r--src/expect/setter.c2
-rw-r--r--src/expect/snprintf.c2
-rw-r--r--src/expect/snprintf_default.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/expect/api.c b/src/expect/api.c
index ab804ca..bbf6e30 100644
--- a/src/expect/api.c
+++ b/src/expect/api.c
@@ -10,7 +10,7 @@
#include <errno.h>
#include <assert.h>
-#include "internal.h"
+#include "internal/internal.h"
/**
* nfexp_new - allocate a new expectation
diff --git a/src/expect/build.c b/src/expect/build.c
index dfc5edf..2f9cb84 100644
--- a/src/expect/build.c
+++ b/src/expect/build.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
static void __build_timeout(struct nfnlhdr *req,
size_t size,
diff --git a/src/expect/callback.c b/src/expect/callback.c
index df4ffe7..6a45b0e 100644
--- a/src/expect/callback.c
+++ b/src/expect/callback.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
int __expect_callback(struct nlmsghdr *nlh, struct nfattr *nfa[], void *data)
{
diff --git a/src/expect/getter.c b/src/expect/getter.c
index 2cbebe6..2a622af 100644
--- a/src/expect/getter.c
+++ b/src/expect/getter.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
static const void *get_exp_attr_master(const struct nf_expect *exp)
{
diff --git a/src/expect/parse.c b/src/expect/parse.c
index 5fe0bce..e14890d 100644
--- a/src/expect/parse.c
+++ b/src/expect/parse.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
int __parse_expect_message_type(const struct nlmsghdr *nlh)
{
diff --git a/src/expect/setter.c b/src/expect/setter.c
index ae80ca8..c962bb5 100644
--- a/src/expect/setter.c
+++ b/src/expect/setter.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
static void set_exp_attr_master(struct nf_expect *exp, const void *value)
{
diff --git a/src/expect/snprintf.c b/src/expect/snprintf.c
index 64a6589..9eccfa4 100644
--- a/src/expect/snprintf.c
+++ b/src/expect/snprintf.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
int __snprintf_expect(char *buf,
unsigned int len,
diff --git a/src/expect/snprintf_default.c b/src/expect/snprintf_default.c
index 1014ef0..fec1586 100644
--- a/src/expect/snprintf_default.c
+++ b/src/expect/snprintf_default.c
@@ -5,7 +5,7 @@
* of the GNU General Public License, incorporated herein by reference.
*/
-#include "internal.h"
+#include "internal/internal.h"
static int __snprintf_expect_proto(char *buf,
unsigned int len,