Skip to content

Commit

Permalink
maint: remove unused include for assert.h
Browse files Browse the repository at this point in the history
A number of files were including assert.h but not using any
of the functions it provides

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
berrange authored and Michael Tokarev committed Sep 11, 2015
1 parent b6af097 commit 8abae4d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion disas/ia64.c
Expand Up @@ -18,7 +18,6 @@
along with this file; see the file COPYING. If not, see
<http://www.gnu.org/licenses/>. */

#include <assert.h>
#include <string.h>

#include "disas/bfd.h"
Expand Down
2 changes: 0 additions & 2 deletions hw/i386/xen/xen_platform.c
Expand Up @@ -23,8 +23,6 @@
* THE SOFTWARE.
*/

#include <assert.h>

#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/ide.h"
Expand Down
1 change: 0 additions & 1 deletion linux-user/signal.c
Expand Up @@ -22,7 +22,6 @@
#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <sys/ucontext.h>
#include <sys/resource.h>

Expand Down
1 change: 0 additions & 1 deletion target-microblaze/op_helper.c
Expand Up @@ -18,7 +18,6 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/

#include <assert.h>
#include "cpu.h"
#include "exec/helper-proto.h"
#include "qemu/host-utils.h"
Expand Down
1 change: 0 additions & 1 deletion target-moxie/helper.c
Expand Up @@ -19,7 +19,6 @@

#include <stdio.h>
#include <string.h>
#include <assert.h>

#include "config.h"
#include "cpu.h"
Expand Down
1 change: 0 additions & 1 deletion target-moxie/translate.c
Expand Up @@ -26,7 +26,6 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>

#include "cpu.h"
#include "exec/exec-all.h"
Expand Down
1 change: 0 additions & 1 deletion target-sh4/op_helper.c
Expand Up @@ -16,7 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>
#include <stdlib.h>
#include "cpu.h"
#include "exec/helper-proto.h"
Expand Down
1 change: 0 additions & 1 deletion tests/test-xbzrle.c
Expand Up @@ -16,7 +16,6 @@
#include <strings.h>
#include <string.h>
#include <sys/time.h>
#include <assert.h>
#include "qemu-common.h"
#include "include/migration/migration.h"

Expand Down

0 comments on commit 8abae4d

Please sign in to comment.