]> diplodocus.org Git - nmh/blobdiff - sbr/ssequal.c
scansbr.c: Move interface to own file.
[nmh] / sbr / ssequal.c
index 9cca3d6f509c69b7f85c168a3b3538268f782f4d..ff24948574f4ba3f92a82b1bb4f154bf94e39089 100644 (file)
@@ -1,12 +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.