Browse Source

Project Structure: Create folder src/internal - Move sqlite3.h there.

Headers such as sqlite3.h dont need to be in the dist of this package.
Put all stuff that should not be distributed into src/internal
LIB-12
heck 4 years ago
parent
commit
99f32d1f1e
  1. 0
      src/internal/sqlite3.h
  2. 2
      src/pEpSQLite.hh

0
src/sqlite3.h → src/internal/sqlite3.h

2
src/pEpSQLite.hh

@ -3,7 +3,7 @@
#ifndef LIBPEPADAPTER_PEPSQLITE_HH
#define LIBPEPADAPTER_PEPSQLITE_HH
#include "sqlite3.h"
#include "internal/sqlite3.h"
#include "pEpLog.hh"
#include <iostream>
#include <vector>

Loading…
Cancel
Save