From: Zbigniew Jędrzejewski-Szmek Date: Sat, 13 May 2017 15:44:51 +0000 (-0400) Subject: tree-wide: drop assert.h includes X-Git-Tag: chiark/234.4-1+devuan1.1+iwj1~135 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ca4a9be47c32d6f574f005574486a40b18d93618 tree-wide: drop assert.h includes We provide an independent reimplementation in macro.h, and that's the one we want to use. Including the system header is unnecessary and confusing. --- diff --git a/src/basic/macro.h b/src/basic/macro.h index 6b2aeb933..a51562db3 100644 --- a/src/basic/macro.h +++ b/src/basic/macro.h @@ -19,7 +19,6 @@ along with systemd; If not, see . ***/ -#include #include #include #include