mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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 commit is contained in:
parent
03c1dcb596
commit
520cff73c6
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
#include "dynconfig.h"
|
||||
#include "clilist.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
|
@ -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"
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
#include "dynconfig.h"
|
||||
#include "system/passwd.h"
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
#include "system/wait.h"
|
||||
|
||||
static void (*cont_fn)(void *);
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
|
||||
|
@ -53,6 +53,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
#include "dynconfig.h"
|
||||
#include "system/time.h"
|
||||
#include "system/iconv.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "version.h"
|
||||
#include <pthread.h>
|
||||
#ifdef HAVE_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
|
Loading…
Reference in New Issue
Block a user