fix include paths

This commit is contained in:
Vitaly Takmazov 2015-11-19 07:53:35 +00:00
parent c9f7e0b9f4
commit e37670c747
2 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -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"