~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to qemu-objects.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Include all QEMU objects.
 
3
 *
 
4
 * Copyright (C) 2009 Red Hat Inc.
 
5
 *
 
6
 * Authors:
 
7
 *  Luiz Capitulino <lcapitulino@redhat.com>
 
8
 *
 
9
 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 
10
 * See the COPYING.LIB file in the top-level directory.
 
11
 */
 
12
 
 
13
#ifndef QEMU_OBJECTS_H
 
14
#define QEMU_OBJECTS_H
 
15
 
 
16
#include "qobject.h"
 
17
#include "qint.h"
 
18
#include "qfloat.h"
 
19
#include "qbool.h"
 
20
#include "qstring.h"
 
21
#include "qdict.h"
 
22
#include "qlist.h"
 
23
#include "qjson.h"
 
24
 
 
25
#endif /* QEMU_OBJECTS_H */