qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix warnings: tcg-runtime.c


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH] Fix warnings: tcg-runtime.c
Date: Sun, 02 Nov 2008 18:30:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

[ As tcg-dyngen.c is doomed to die soon, I leave its warnings unfixed. ]

Remove unneeded includes, fixing also tcg.h-related warnings.

Signed-off-by: Jan Kiszka <address@hidden>
---
 tcg/tcg-runtime.c |    8 --------
 1 file changed, 8 deletions(-)

Index: b/tcg/tcg-runtime.c
===================================================================
--- a/tcg/tcg-runtime.c
+++ b/tcg/tcg-runtime.c
@@ -21,16 +21,8 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 #include <inttypes.h>
 
-#include "config.h"
-#include "osdep.h"
-#include "tcg.h"
-
 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2)
 {
     return arg1 << arg2;

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]