Changeset - e37670c7477a
[Not reviewed]
0 2 0
Vitaly Takmazov - 10 years ago 2015-11-19 08:53:35
vitalyster@gmail.com
fix include paths
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
plugin/cpp/networkplugin.cpp
Show inline comments
 
@@ -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>
 

	
spectrum/src/main.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)