Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiaowei zhan
RVTESTS
Commits
719e2932
Commit
719e2932
authored
Aug 30, 2017
by
zhanxw
Browse files
Fix inclusion path
parent
84039b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
libBgen/BGenIndex.cpp
View file @
719e2932
...
...
@@ -5,10 +5,6 @@
#include <string>
#include <vector>
#include <sqlite3.h>
#include "base/RangeList.h"
int
BGenIndex
::
init
(
const
std
::
string
&
fn
)
{
// printf("Open sqlite database: %s\n", fn.c_str());
int
rc
=
sqlite3_open
(
fn
.
c_str
(),
&
db_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment