]> diplodocus.org Git - nmh/blobdiff - sbr/dtime.c
read_switch.c: Move interface declaration to own file.
[nmh] / sbr / dtime.c
index 26b451daba8b18b6ce0a1beb22cf09a815ffdca2..3f8f7631d71fc5c0b9509920a191a7d0be3f8131 100644 (file)
@@ -5,10 +5,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>   /* for snprintf() */
-#include <h/nmh.h>
-#include <h/utils.h>
-#include <h/tws.h>
+#include "h/mh.h"
+#include "h/nmh.h"
+#include "h/utils.h"
+#include "h/tws.h"
 #include <time.h>
 
 #if !defined(HAVE_STRUCT_TM_TM_GMTOFF)