summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-01-06 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-01-06 08:00:00 +0000
commit602d96954f8f8b16283aeef250548f0eb12e33d7 (patch)
treefbec5ae551a2174a59410ec4a1d11823478ced57
parent4ae388170a03d4961dcf6450e626322db1235b1a (diff)
downloadstrace-602d96954f8f8b16283aeef250548f0eb12e33d7.tar.gz
mips: remove redundant include of syscall_dummy.h
As syscall_dummy.h is already included by syscall.h, there is no need to include it once more in syscallent.h. * src/linux/mips/syscallent.h: Do not include "syscall_dummy.h".
-rw-r--r--src/linux/mips/syscallent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/linux/mips/syscallent.h b/src/linux/mips/syscallent.h
index acfd3316d..3caaf9ed2 100644
--- a/src/linux/mips/syscallent.h
+++ b/src/linux/mips/syscallent.h
@@ -1,4 +1,3 @@
-#include "syscall_dummy.h"
#include "syscallent-compat.h"
#include "syscallent-o32.h"
#include "syscallent-n64.h"