qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix warnings: tcg-runtime.c
@ 2008-11-02 17:30 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2008-11-02 17:30 UTC (permalink / raw)
  To: qemu-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 17:30 [Qemu-devel] [PATCH] Fix warnings: tcg-runtime.c Jan Kiszka

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).