diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 16:44:47 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:28 +0200 |
commit | b5bdcdd65e5292223fae9892eb5575b872b27591 (patch) | |
tree | a23a690dd1d7da5d7767eaf4752f8e7ec3d4e588 /source3/include | |
parent | c2177909187ad104d5d2e13bad0f45fb97d121e2 (diff) | |
download | samba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.gz samba-b5bdcdd65e5292223fae9892eb5575b872b27591.tar.xz samba-b5bdcdd65e5292223fae9892eb5575b872b27591.zip |
s3-build: only include "fake_file.h" where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ab1b4b2d9a7..e43981748b2 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -255,8 +255,6 @@ typedef struct write_cache { char *data; } write_cache; -#include "fake_file.h" - struct fd_handle { size_t ref_count; int fd; |