s3-includes: only include system/glob.h when needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 15:34:46 +0000 (16:34 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:06 +0000 (01:13 +0200)
Guenther

source3/include/includes.h
source3/lib/gencache.c

index f8e9f22f809faf4ce927cc4434c5c9ee4e154b40..6cd90ca4b410f0390f03ec0c7409876529ad8843 100644 (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"
index 7bab9256483e208da0732d45339b7870c35f27b5..2bbc952108adc54180ce4f46abf8b612d0c06953 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/glob.h"
 
 #undef  DBGC_CLASS
 #define DBGC_CLASS DBGC_TDB