chiark / gitweb /
remove unused includes
[elogind.git] / src / shared / barrier.h
index d4ad2a419b6d0efd76e2ded4036b34a5e57f01d7..7816fae576bc6221874c9b1a40dcd693c3cb6466 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <errno.h>
-#include <inttypes.h>
-#include <stdlib.h>
-#include <string.h>
 #include <sys/types.h>
 
 #include "macro.h"
-#include "util.h"
 
 /* See source file for an API description. */