Remove unused include <assert.h>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
e36d3bb25e
commit
7154193ae0
1
cfg.mk
1
cfg.mk
|
|
@ -20,7 +20,6 @@ local-checks-to-skip = \
|
||||||
\
|
\
|
||||||
sc_program_name \
|
sc_program_name \
|
||||||
sc_bindtextdomain \
|
sc_bindtextdomain \
|
||||||
sc_prohibit_assert_without_use \
|
|
||||||
sc_prohibit_dirent_without_use \
|
sc_prohibit_dirent_without_use \
|
||||||
sc_prohibit_empty_lines_at_EOF \
|
sc_prohibit_empty_lines_at_EOF \
|
||||||
sc_prohibit_magic_number_exit \
|
sc_prohibit_magic_number_exit \
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <assert.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue