summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authorMatías Fonzo <selk@dragora.org>2020-01-20 13:04:15 -0300
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 17:47:50 +0100
commitd5b27c1f518de51f2c50ef3dfda9994a95d49b7c (patch)
treefe3ff70ec82d9d3233efd05d7959e2f6af895340 /kio
parent319d2b0943912582f1d343d8c3011395d7697a7b (diff)
downloadtdelibs-d5b27c1f518de51f2c50ef3dfda9994a95d49b7c.tar.gz
tdelibs-d5b27c1f518de51f2c50ef3dfda9994a95d49b7c.zip
Redirect some headers noticed by the compiler
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> /usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h> Note: <sys/signal.h> has been removed from the tdeio/tdeio/connection.cpp source - it was already declared. Signed-off-by: Matías Fonzo <selk@dragora.org> (cherry picked from commit c2adce2e133c167567df8607a32a420a9825f695)
Diffstat (limited to 'kio')
-rw-r--r--kio/kio/connection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kio/kio/connection.cpp b/kio/kio/connection.cpp
index 786fbd5e3..725a85f13 100644
--- a/kio/kio/connection.cpp
+++ b/kio/kio/connection.cpp
@@ -27,7 +27,6 @@
#include <tqtimer.h>
#include <sys/types.h>
-#include <sys/signal.h>
#include <sys/time.h>
#include <errno.h>