diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:47:29 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:47:29 +0000 |
commit | 7ed8b615b9f2caadc6cd8292b356b2daf25c5513 (patch) | |
tree | 2df48615abe219fc9c584af139bd9bbb94b2bf6d /source3/utils/profiles.c | |
parent | ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7 (diff) | |
download | samba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.tar.gz samba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.tar.bz2 samba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.zip |
Reverse previous patch from Stefan and me after comments by Andrew Bartlett.
(This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
Diffstat (limited to 'source3/utils/profiles.c')
-rw-r--r-- | source3/utils/profiles.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index 4a6fa59b53..afaa83f638 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -297,8 +297,6 @@ Hope this helps.... (Although it was "fun" for me to uncover this things, #include <unistd.h> #include <sys/mman.h> -#include "module_dummy.h" - typedef unsigned int DWORD; typedef unsigned short WORD; |