From b9c7dd3aa8b77d9812455437411de5c7640cce95 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 20 Feb 2015 00:12:45 +0100 Subject: Initial DB API with SQLite3 backend --- src/common.hh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/common.hh (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh new file mode 100644 index 0000000..3b69aee --- /dev/null +++ b/src/common.hh @@ -0,0 +1,6 @@ +#ifndef COMMON_HH +#define COMMON_HH + +#include + +#endif /* COMMON_HH */ -- cgit v1.2.3-70-g09d2