s3: make better use of ccache by not including version.h in every C-file.
[ira/wip.git] / source3 / lib / version.c
index 55fb53c5db70623e5f7e2195cbac8752547afc75..e81f463586e296382be26b440c3fd8c7d35d6fc8 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "includes.h"
-#include <assert.h>
+#include "version.h"
 
 const char *samba_version_string(void)
 {