]> git.datanom.net - lensdb.git/blame_incremental - src/sqlite-storage.h
update
[lensdb.git] / src / sqlite-storage.h
... / ...
CommitLineData
1
2#ifndef __SQLITE_STORAGE_H__
3#define __SQLITE_STORAGE_H__
4
5#ifdef HAVE_CONFIG_H
6# include <config.h>
7#endif
8
9#include <glib.h>
10#include <glib-object.h>
11#include <sqlite3.h>
12
13G_BEGIN_DECLS
14
15G_END_DECLS
16
17#endif
18
This page took 0.0286 seconds and 6 git commands to generate.