1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

s3-includes: only include system/glob.h when needed.

Guenther
This commit is contained in:
Günther Deschner 2011-02-25 16:34:46 +01:00
parent 310d268527
commit 739ca0e7db
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,6 @@
#include "system/capability.h"
#include "system/dir.h"
#include "system/filesys.h"
#include "system/glob.h"
#include "system/locale.h"
#include "system/network.h"
#include "system/passwd.h"

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "system/glob.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_TDB