1 /*
2  * libedata-book.h
3  *
4  * This library is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation.
7  *
8  * This library is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11  * for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this library. If not, see <http://www.gnu.org/licenses/>.
15  *
16  */
17 
18 #ifndef LIBEDATA_BOOK_H
19 #define LIBEDATA_BOOK_H
20 
21 #define __LIBEDATA_BOOK_H_INSIDE__
22 
23 #include <libebook-contacts/libebook-contacts.h>
24 #include <libebackend/libebackend.h>
25 
26 #include <libedata-book/e-book-backend.h>
27 #include <libedata-book/e-book-backend-cache.h>
28 #include <libedata-book/e-book-backend-factory.h>
29 #include <libedata-book/e-book-backend-sexp.h>
30 #include <libedata-book/e-book-backend-sqlitedb.h>
31 #include <libedata-book/e-book-backend-summary.h>
32 #include <libedata-book/e-book-backend-sync.h>
33 #include <libedata-book/e-book-cache.h>
34 #include <libedata-book/e-book-meta-backend.h>
35 #include <libedata-book/e-book-sqlite.h>
36 #include <libedata-book/e-data-book-cursor.h>
37 #include <libedata-book/e-data-book-cursor-cache.h>
38 #include <libedata-book/e-data-book-cursor-sqlite.h>
39 #include <libedata-book/e-data-book-direct.h>
40 #include <libedata-book/e-data-book-factory.h>
41 #include <libedata-book/e-data-book-view.h>
42 #include <libedata-book/e-data-book.h>
43 #include <libedata-book/e-subprocess-book-factory.h>
44 #include <libedata-book/e-system-locale-watcher.h>
45 
46 #undef __LIBEDATA_BOOK_H_INSIDE__
47 
48 #endif /* LIBEDATA_BOOK_H */
49 
50