]> diplodocus.org Git - nmh/blobdiff - sbr/ssequal.c
Commit ddf3a8574f65 is a fix to commit af586ebe59b7.
[nmh] / sbr / ssequal.c
index cb7652030dd9c5f8ad8311092e209f8818233e7e..ff24948574f4ba3f92a82b1bb4f154bf94e39089 100644 (file)
@@ -1,13 +1,12 @@
-
-/*
- * ssequal.c -- check if a string is a substring of another
+/* ssequal.c -- check if a string is a substring of another
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "ssequal.h"
 
 /*
  * THIS CODE DOES NOT WORK AS ADVERTISED.