Changed the arg-globbing routine to use a custom arg-globbing algorithm
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 7f7e353..6be36d3 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -336,10 +336,6 @@ enum msgcode {
 #endif
 #endif
 
-#ifdef HAVE_GLOB_H
-#include <glob.h>
-#endif
-
 /* these are needed for the uid/gid mapping code */
 #include <pwd.h>
 #include <grp.h>