fix include paths
This commit is contained in:
parent
c9f7e0b9f4
commit
e37670c747
2 changed files with 4 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
|
||||
*/
|
||||
|
||||
#include "transport/networkplugin.h"
|
||||
#include "transport/memoryusage.h"
|
||||
#include "transport/logging.h"
|
||||
#include "transport/NetworkPlugin.h"
|
||||
#include "transport/MemoryUsage.h"
|
||||
#include "transport/Logging.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "transport/SQLite3Backend.h"
|
||||
#include "transport/MySQLBackend.h"
|
||||
#include "transport/PQXXBackend.h"
|
||||
#include "transport/StorageBackend.h"
|
||||
#include "transport/UserRegistration.h"
|
||||
#include "transport/UserRegistry.h"
|
||||
#include "transport/NetworkPluginServer.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue