maint: remove unused include for assert.h
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Aug 2015 11:17:14 +0000 (12:17 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 11 Sep 2015 07:21:38 +0000 (10:21 +0300)
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>
disas/ia64.c
hw/i386/xen/xen_platform.c
linux-user/signal.c
target-microblaze/op_helper.c
target-moxie/helper.c
target-moxie/translate.c
target-sh4/op_helper.c
tests/test-xbzrle.c

index a8fe26c4136ffbd7070c7c8efc853369f0c7947e..d7c7bdfc51f09a015ffe77ea18ca4ad955be5608 100644 (file)
@@ -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"
index 28b324a6f459351e4268b2aeaeeb7281991f2eb7..ee45f038b821ecebf0c0e8245b13daf3b705ca96 100644 (file)
@@ -23,8 +23,6 @@
  * THE SOFTWARE.
  */
 
-#include <assert.h>
-
 #include "hw/hw.h"
 #include "hw/i386/pc.h"
 #include "hw/ide.h"
index 9d4cef409ea9e4ddccb996bd7e9fbe4a5d693c43..502efd9fc43b7883aa7a8a9af3e5199bd00f5575 100644 (file)
@@ -22,7 +22,6 @@
 #include <stdarg.h>
 #include <unistd.h>
 #include <errno.h>
-#include <assert.h>
 #include <sys/ucontext.h>
 #include <sys/resource.h>
 
index d2b3624512d1d4477ea1ed8f011214a91d09b2cd..092c4b594d720ae5340af8f3f5b015da3ca0d10f 100644 (file)
@@ -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"
index f21e88406b730a02fa3ee6818a562a4d5543c29e..f91ac28d34a6ab5e6851f2fc964adafd693336df 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 
 #include "config.h"
 #include "cpu.h"
index e3e9139061e03155a2a4b10e080c91701f055356..cc77366ee7ae2e494ef9e537ec3733f51521d020 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <inttypes.h>
-#include <assert.h>
 
 #include "cpu.h"
 #include "exec/exec-all.h"
index cbc11aeccd8fabd091e84a3c156e983b1912fe90..a3121180dceca91718d27e8638ce082dbbf9f651 100644 (file)
@@ -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"
index db93b0a3d2a20192c1f675ff6b9dc64329d16bac..b5ee8bb09ec523e619e891e4a7acf722009bfcb7 100644 (file)
@@ -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"