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/ameme/ameme.c src/ameme/ameme.c
index f3799bb..8e3451b 100644
--- src/ameme/ameme.c
+++ src/ameme/ameme.c
@@ -1,19 +1,19 @@
 /* ameme - The central part of AmphetaMeme, which finds patterns in DNA */
 #include "common.h"
 #include "memalloc.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "obscure.h"
 #include "hash.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "localmem.h"
 #include "sig.h"
 #include "fa.h"
 #include "portable.h"
 #include "codebias.h"
 #include "memgfx.h"
 #include "htmshell.h"
 #include "cheapcgi.h"
 #include "slog.h"
 #include "dnaMarkov.h"
 #include "ameme.h"