1/*
2 * This file is part of Soprano Project
3 *
4 * Copyright (C) 2006 Daniele Galdi <daniele.galdi@gmail.com>
5 * Copyright (C) 2007-2011 Sebastian Trueg <trueg@kde.org>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Library General Public License for more details.
16 *
17 * You should have received a copy of the GNU Library General Public License
18 * along with this library; see the file COPYING.LIB. If not, write to
19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02110-1301, USA.
21 */
22
23#include "global.h"
24//#include "query.h"
25#include "queryresultiterator.h"
26#include "node.h"
27#include "nodeiterator.h"
28#include "literalvalue.h"
29#include "languagetag.h"
30#include "statement.h"
31#include "statementiterator.h"
32#include "simplestatementiterator.h"
33#include "model.h"
34#include "storagemodel.h"
35#include "filtermodel.h"
36#include "parser.h"
37#include "serializer.h"
38#include "backend.h"
39#include "pluginmanager.h"
40#include "error.h"
41#include "locator.h"
42#include "bindingset.h"
43#include "version.h"
44#include "sopranotypes.h"
45#include "vocabulary.h"
46#include "dummymodel.h"
47#include "mutexmodel.h"
48#include "asyncmodel.h"
49#include "graph.h"
50