From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Fix warnings: tcg-runtime.c
Date: Sun, 02 Nov 2008 18:30:49 +0100 [thread overview]
Message-ID: <490DE3C9.9040305@web.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 804 bytes --]
[ 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 <jan.kiszka@web.de>
---
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
reply other threads:[~2008-11-02 17:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=490DE3C9.9040305@web.de \
--to=jan.kiszka@web.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).