summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/db_wrap.h2
-rw-r--r--source4/lib/messaging/messaging.c2
-rw-r--r--source4/lib/netif/netif.h2
-rw-r--r--source4/lib/registry/reg_backend_nt4.c2
-rw-r--r--source4/lib/registry/registry.h2
-rw-r--r--source4/lib/samba3/samba3.h2
-rw-r--r--source4/lib/tdr/tdr.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/source4/lib/db_wrap.h b/source4/lib/db_wrap.h
index cf60494b92..f54bed8613 100644
--- a/source4/lib/db_wrap.h
+++ b/source4/lib/db_wrap.h
@@ -33,4 +33,4 @@ struct ldb_message;
struct ldb_dn;
struct cli_credentials;
-#include "db_wrap_proto.h"
+#include "lib/db_wrap_proto.h"
diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c
index 5680060ee4..ff5127e79a 100644
--- a/source4/lib/messaging/messaging.c
+++ b/source4/lib/messaging/messaging.c
@@ -30,7 +30,7 @@
#include "lib/messaging/irpc.h"
#include "db_wrap.h"
#include "lib/tdb/include/tdbutil.h"
-#include "util/unix_privs.h"
+#include "lib/util/unix_privs.h"
#include "librpc/rpc/dcerpc.h"
/* change the message version with any incompatible changes in the protocol */
diff --git a/source4/lib/netif/netif.h b/source4/lib/netif/netif.h
index 36bc8c9b83..558fda4792 100644
--- a/source4/lib/netif/netif.h
+++ b/source4/lib/netif/netif.h
@@ -29,5 +29,5 @@ struct iface_struct {
#define MAX_INTERFACES 128
#ifndef AUTOCONF_TEST
-#include "netif/proto.h"
+#include "lib/netif/proto.h"
#endif
diff --git a/source4/lib/registry/reg_backend_nt4.c b/source4/lib/registry/reg_backend_nt4.c
index 87ae2be070..569b1e1942 100644
--- a/source4/lib/registry/reg_backend_nt4.c
+++ b/source4/lib/registry/reg_backend_nt4.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "registry.h"
+#include "lib/registry/registry.h"
#include "system/filesys.h"
#include "system/time.h"
#include "lib/registry/tdr_regf.h"
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h
index efe22573c2..87a23db93d 100644
--- a/source4/lib/registry/registry.h
+++ b/source4/lib/registry/registry.h
@@ -164,6 +164,6 @@ struct reg_diff
struct reg_diff_key *keys;
};
-#include "registry_proto.h"
+#include "lib/registry/registry_proto.h"
#endif /* _REGISTRY_H */
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h
index cfe0f7904a..c860c4eddd 100644
--- a/source4/lib/samba3/samba3.h
+++ b/source4/lib/samba3/samba3.h
@@ -210,6 +210,6 @@ struct samba3
struct samba3_regdb registry;
};
-#include "samba3/samba3_proto.h"
+#include "lib/samba3/samba3_proto.h"
#endif /* _SAMBA3_H */
diff --git a/source4/lib/tdr/tdr.h b/source4/lib/tdr/tdr.h
index 4c0280d9d6..dfb52c8525 100644
--- a/source4/lib/tdr/tdr.h
+++ b/source4/lib/tdr/tdr.h
@@ -62,6 +62,6 @@ struct tdr_print {
typedef NTSTATUS (*tdr_push_fn_t) (struct tdr_push *, const void *);
typedef NTSTATUS (*tdr_pull_fn_t) (struct tdr_pull *, TALLOC_CTX *, void *);
-#include "tdr/tdr_proto.h"
+#include "lib/tdr/tdr_proto.h"
#endif /* __TDR_H__ */