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
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:46:52 +0200
commitca4a9be47c32d6f574f005574486a40b18d93618 (patch)
tree6accb3186cfb7e014e8d8fc4bb54dfbc86a157c5 /src/basic/macro.h
parent6dd3666c62e6508289b40a2a3abd3a465197cefc (diff)
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 6b2aeb933..a51562db3 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>