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:
committed by
Gerald (Jerry) Carter
parent
e62bce854f
commit
8451b2658c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user