]> Git Repo - qemu.git/blame - qemu-objects.h
remove knowledge of defaultallocator_free_displaysurface from sdl.c
[qemu.git] / qemu-objects.h
CommitLineData
2471dd00
LC
1/*
2 * Include all QEMU objects.
3 *
4 * Copyright (C) 2009 Red Hat Inc.
5 *
6 * Authors:
7 * Luiz Capitulino <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 */
12#ifndef QEMU_OBJECTS_H
13#define QEMU_OBJECTS_H
14
15#include "qobject.h"
16#include "qint.h"
17#include "qfloat.h"
18#include "qbool.h"
19#include "qstring.h"
20#include "qdict.h"
21#include "qlist.h"
22#include "qjson.h"
23
24#endif /* QEMU_OBJECTS_H */
This page took 0.093782 seconds and 4 git commands to generate.