changeset 1007:1d38313644d2

stop including sys/sysmacros.h They are unused. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 13 Mar 2019 10:53:15 -0400
parents 2efc87d8e8c5
children db3e6788bb44
files post_index.c sidebar.c utils.h
diffstat 3 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/post_index.c	Wed Mar 13 10:11:54 2019 -0400
+++ b/post_index.c	Wed Mar 13 10:53:15 2019 -0400
@@ -22,7 +22,6 @@
 
 #include <string.h>
 #include <stddef.h>
-#include <sys/sysmacros.h>
 
 #include <jeffpc/val.h>
 #include <jeffpc/error.h>
--- a/sidebar.c	Wed Mar 13 10:11:54 2019 -0400
+++ b/sidebar.c	Wed Mar 13 10:53:15 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2018 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2013-2019 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
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
-#include <sys/sysmacros.h>
 
 #include <jeffpc/error.h>
 #include <jeffpc/mem.h>
--- a/utils.h	Wed Mar 13 10:11:54 2019 -0400
+++ b/utils.h	Wed Mar 13 10:53:15 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2011-2019 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
@@ -23,7 +23,6 @@
 #ifndef __UTILS_H
 #define __UTILS_H
 
-#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <string.h>