Merge pull request #2518 from akien-mga/master

Fix double slash in include
This commit is contained in:
Deve
2016-06-16 23:04:59 +02:00
committed by GitHub

View File

@@ -33,7 +33,7 @@
#include "network/stk_peer.hpp"
#include "online/online_profile.hpp"
#include "online/request_manager.hpp"
#include "states_screens//networking_lobby.hpp"
#include "states_screens/networking_lobby.hpp"
#include "states_screens/race_result_gui.hpp"
#include "states_screens/waiting_for_others.hpp"
#include "utils/log.hpp"