6e5ee11ca95cd971984038cf65bae00d9c898707 galt Wed Jun 4 15:40:02 2014 -0700 Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history. diff --git src/webBlat/webBlat.c src/webBlat/webBlat.c index 3edfe07..aa91238 100644 --- src/webBlat/webBlat.c +++ src/webBlat/webBlat.c @@ -1,22 +1,22 @@ /* webBlat - CGI Applet for Blat. */ /* Copyright 2004 Jim Kent. All rights reserved. */ #include "common.h" #include "linefile.h" #include "hash.h" -#include "errabort.h" +#include "errAbort.h" #include "errCatch.h" #include "portable.h" #include "htmshell.h" #include "dnautil.h" #include "dnaseq.h" #include "fa.h" #include "nib.h" #include "twoBit.h" #include "psl.h" #include "fuzzyFind.h" #include "cheapcgi.h" #include "genoFind.h" #include "gfPcrLib.h" #include "gfWebLib.h"