4243924a4e6ca8bdc7ae7eed9536fe49a4c44828
braney
  Mon Oct 8 11:00:07 2012 -0700
took out crypt.h it's not needed and breaks the compile on MacOs.  #8746
diff --git src/hg/qaPushQ/qaPushQ.c src/hg/qaPushQ/qaPushQ.c
index 19585f1..389734c 100644
--- src/hg/qaPushQ/qaPushQ.c
+++ src/hg/qaPushQ/qaPushQ.c
@@ -1,23 +1,22 @@
 
 /* qaPushQ - Push Queue cgi */
 
 /* we don't use the cart, we have our own table to store cart-like info */
 
 #include <time.h>
 #include <stdio.h>
-#include <crypt.h>
 #include <fcntl.h>
 #include <sys/utsname.h>
 #include <sys/stat.h>
 
 #include "common.h"
 #include "cheapcgi.h"
 #include "htmshell.h"
 #include "jksql.h"
 #include "hgConfig.h"
 #include "obscure.h"
 #include "portable.h"
 
 #include "pushQ.h"
 #include "formPushQ.h"