]> diplodocus.org Git - nmh/blobdiff - sbr/ssequal.c
context_find.c: Move interface to own file.
[nmh] / sbr / ssequal.c
index cb7652030dd9c5f8ad8311092e209f8818233e7e..0704a0a1e74663832ef9e4f0150d071a0d02f7ee 100644 (file)
@@ -1,13 +1,11 @@
-
-/*
- * 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"
 
 /*
  * THIS CODE DOES NOT WORK AS ADVERTISED.