include val.h instead of str.h

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
M comment.c +0 -1
@@ 34,7 34,6 @@ 
 #include <jeffpc/error.h>
 #include <jeffpc/atomic.h>
 #include <jeffpc/sexpr.h>
-#include <jeffpc/str.h>
 #include <jeffpc/io.h>
 #include <jeffpc/qstring.h>
 

          
M daemon.c +0 -1
@@ 28,7 28,6 @@ 
 #include <jeffpc/error.h>
 #include <jeffpc/atomic.h>
 #include <jeffpc/val.h>
-#include <jeffpc/str.h>
 #include <jeffpc/types.h>
 #include <jeffpc/scgisvc.h>
 

          
M file_cache.c +1 -1
@@ 28,7 28,7 @@ 
 #include <stdbool.h>
 #include <port.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/synch.h>
 #include <jeffpc/thread.h>
 #include <jeffpc/refcnt.h>

          
M lisplint.c +0 -1
@@ 25,7 25,6 @@ 
 #include <jeffpc/jeffpc.h>
 #include <jeffpc/error.h>
 #include <jeffpc/sexpr.h>
-#include <jeffpc/str.h>
 #include <jeffpc/val.h>
 
 #include "utils.h"

          
M listing.h +2 -2
@@ 1,5 1,5 @@ 
 /*
- * Copyright (c) 2011-2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2011-2017 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal

          
@@ 25,7 25,7 @@ 
 
 #include <stdlib.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 
 #include "post.h"
 #include "mangle.h"

          
M math.c +1 -1
@@ 22,7 22,7 @@ 
 
 #include <sha1.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/synch.h>
 #include <jeffpc/error.h>
 #include <jeffpc/atomic.h>

          
M math.h +1 -1
@@ 25,7 25,7 @@ 
 
 #include <stdbool.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 
 extern void init_math(int fd);
 extern int render_math_processor(int fd);

          
M parse.h +1 -2
@@ 1,5 1,5 @@ 
 /*
- * Copyright (c) 2012-2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2012-2017 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal

          
@@ 24,7 24,6 @@ 
 #define __PARSE_H
 
 #include <jeffpc/error.h>
-#include <jeffpc/str.h>
 #include <jeffpc/sexpr.h>
 
 #include "req.h"

          
M post_fmt3.l +0 -2
@@ 29,8 29,6 @@ 
 %{
 #include <stdlib.h>
 
-#include <jeffpc/str.h>
-
 #include "parse.h"
 
 #include "post_fmt3.tab.h"

          
M post_fmt3.y +0 -1
@@ 34,7 34,6 @@ 
 #include <sys/stat.h>
 
 #include <jeffpc/error.h>
-#include <jeffpc/str.h>
 #include <jeffpc/types.h>
 
 #include "config.h"

          
M post_fmt3_cmds.c +1 -1
@@ 22,7 22,7 @@ 
 
 #include <stdbool.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/types.h>
 
 #include "config.h"

          
M post_index.c +1 -1
@@ 24,7 24,7 @@ 
 #include <stddef.h>
 #include <sys/sysmacros.h>
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/error.h>
 #include <jeffpc/mem.h>
 

          
M post_nv.c +1 -1
@@ 20,7 20,7 @@ 
  * SOFTWARE.
  */
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/list.h>
 
 #include "iter.h"

          
M static.h +1 -1
@@ 23,7 23,7 @@ 
 #ifndef __STATIC_H
 #define __STATIC_H
 
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 
 #include "req.h"
 

          
M test_fmt3.c +0 -1
@@ 24,7 24,6 @@ 
 
 #include <jeffpc/jeffpc.h>
 #include <jeffpc/error.h>
-#include <jeffpc/str.h>
 #include <jeffpc/val.h>
 
 #include "parse.h"

          
M utils.h +1 -1
@@ 30,7 30,7 @@ 
 
 #include <jeffpc/error.h>
 #include <jeffpc/int.h>
-#include <jeffpc/str.h>
+#include <jeffpc/val.h>
 #include <jeffpc/io.h>
 #include <jeffpc/time.h>