summaryrefslogtreecommitdiff
path: root/src/basic/macro.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-05-13 11:44:51 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-05-13 15:44:30 -0400
commitafc5fc1ffa51f9d24e65b953899b15e76c4dad98 (patch)
treedbd8f90e352225f34b18700959076ef310660ab9 /src/basic/macro.h
parentd7f149c1aae0e277fabfe3bb6441e333f867444f (diff)
downloadsystemd-afc5fc1ffa51f9d24e65b953899b15e76c4dad98.tar.gz
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.
Diffstat (limited to 'src/basic/macro.h')
-rw-r--r--src/basic/macro.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/macro.h b/src/basic/macro.h
index 6b2aeb933f..a51562db35 100644
--- a/src/basic/macro.h
+++ b/src/basic/macro.h
@@ -19,7 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <sys/param.h>