1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-23 00:23:53 +03:00

r4817: ccache was being made ineffective on all the build farm machines

because the version number was being auto-updated and included in all
C files. With this change it is only included where needed.
(This used to be commit 520cff73c6)
This commit is contained in:
Andrew Tridgell
2005-01-18 09:30:43 +00:00
committed by Gerald (Jerry) Carter
parent e62bce854f
commit 8451b2658c
7 changed files with 6 additions and 1 deletions

View File

@@ -152,7 +152,6 @@ extern int errno;
#endif
/* Lists, trees, caching, database... */
#include "version.h"
#include "xfile.h"
#define TALLOC_DEPRECATED 1
#include "lib/talloc/talloc.h"