1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3-secrets: only include secrets.h when needed.

Guenther
This commit is contained in:
Günther Deschner
2010-08-05 02:25:37 +02:00
parent 1946ab5a1b
commit c136b84f0d
56 changed files with 108 additions and 59 deletions

View File

@ -17,6 +17,7 @@
* this program; if not, see <http://www.gnu.org/licenses/>. */
#include "includes.h"
#include "secrets.h"
extern bool AllowDebugChange;