blob: c53fbaa2175507e626d78c516fbd786f5479d2b0 [file] [log] [blame]
David 'Digit' Turner2910f182010-05-10 18:48:35 -07001/*
2 * Include all QEMU objects.
3 *
4 * Copyright (C) 2009 Red Hat Inc.
5 *
6 * Authors:
7 * Luiz Capitulino <lcapitulino@redhat.com>
8 *
David Turner2abe02c2010-09-10 00:31:27 +02009 * 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.
David 'Digit' Turner2910f182010-05-10 18:48:35 -070011 */
David Turner2abe02c2010-09-10 00:31:27 +020012
David 'Digit' Turner2910f182010-05-10 18:48:35 -070013#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 */