diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-03 11:56:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:30 -0500 |
commit | 131dc76d56df40b3511c47e54f15412a25b491f8 (patch) | |
tree | a8cd13ffe8ec8ee33006b00af25891e3ab4681ca /source4/librpc/rpc | |
parent | dc35a0eb4f4be294a852073802451fe9ab284b69 (diff) | |
download | samba-131dc76d56df40b3511c47e54f15412a25b491f8.tar.gz samba-131dc76d56df40b3511c47e54f15412a25b491f8.tar.bz2 samba-131dc76d56df40b3511c47e54f15412a25b491f8.zip |
r5197: moved events code to lib/events/ (suggestion from metze)
(This used to be commit 7f54c8a339f36aa43c9340be70ab7f0067593ef2)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc.c | 2 | ||||
-rw-r--r-- | source4/librpc/rpc/dcerpc_sock.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c index da87ca7386..420c7acf7c 100644 --- a/source4/librpc/rpc/dcerpc.c +++ b/source4/librpc/rpc/dcerpc.c @@ -23,7 +23,7 @@ #include "includes.h" #include "dlinklist.h" -#include "events.h" +#include "lib/events/events.h" #include "librpc/gen_ndr/ndr_epmapper.h" #include "librpc/gen_ndr/ndr_dcerpc.h" diff --git a/source4/librpc/rpc/dcerpc_sock.c b/source4/librpc/rpc/dcerpc_sock.c index 63371eefd2..e983c9f532 100644 --- a/source4/librpc/rpc/dcerpc_sock.c +++ b/source4/librpc/rpc/dcerpc_sock.c @@ -23,7 +23,7 @@ #include "includes.h" #include "dlinklist.h" -#include "events.h" +#include "lib/events/events.h" #include "librpc/gen_ndr/ndr_epmapper.h" #define MIN_HDR_SIZE 16 |