-/*
- * sbr/ctype-checked.c: checks char isn't used as the value for each of
+/* ctype-checked.c -- checks char isn't used as the value for each of
* the ctype functions
*
* This code is Copyright (c) 2016, by the authors of nmh.
* distribution for complete copyright information.
*/
-#include <config.h>
+#include "config.h"
#ifndef NDEBUG
#error "Please report this to nmh's authors."
#endif
-#include <sbr/ctype-checked.h>
+#include "ctype-checked.h"
/* ctype_identity returns its index less one allowing [EOF, 255] to be
* used as indexes to ctype_identity + 1. */
/* Need to put a symbol in the .c file with NDEBUG so the compilation
* unit isn't empty. */
-void ctype_checked();
+void ctype_checked(void);
#endif