aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-01 18:52:47 +0200
committerMattias Andrée <maandree@kth.se>2020-06-01 18:52:47 +0200
commit90bad92e3d0bb06e013c1309e666c48e3d7d94d1 (patch)
tree3a4f9620122f38442cdce82e0b8335c19f020dbd /common.h
parentAdd man page and README (diff)
downloadsctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.gz
sctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.bz2
sctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.xz
Work on syscall formatters
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.h b/common.h
index 123a719..4a9c151 100644
--- a/common.h
+++ b/common.h
@@ -19,11 +19,6 @@
#include <string.h>
#include <unistd.h>
-/* Constants used in system calls */
-#include <sys/epoll.h>
-#include <sys/socket.h>
-#include <fcntl.h>
-
#include "arg.h"
#include "list-errnos.h"
#include "list-signums.h"