| changeset 476 | 48e45439fd9a |
| parent 458 | 3f841a46eab5 |
1.1 --- a/librazor/transaction.c Fri Oct 17 10:10:57 2014 +0100 1.2 +++ b/librazor/transaction.c Mon Jul 04 13:04:19 2016 +0100 1.3 @@ -26,11 +26,7 @@ 1.4 #include <stdint.h> 1.5 #include <stdio.h> 1.6 #include <string.h> 1.7 -#include <sys/types.h> 1.8 -#include <sys/stat.h> 1.9 #include <unistd.h> 1.10 -#include <fcntl.h> 1.11 -#include <errno.h> 1.12 #include <ctype.h> 1.13 #include <assert.h> 1.14