mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-04 13:40:07 +00:00
Remove unnecessary bracket in include statements
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "Database.hpp"
|
||||
#include "PlayerManager.hpp"
|
||||
#include <regex>
|
||||
#include "contrib/bcrypt/BCrypt.hpp">
|
||||
#include "contrib/bcrypt/BCrypt.hpp"
|
||||
|
||||
#include "settings.hpp"
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include "Database.hpp"
|
||||
#include "contrib/bcrypt/BCrypt.hpp">
|
||||
#include "contrib/bcrypt/BCrypt.hpp"
|
||||
#include "CNProtocol.hpp"
|
||||
#include <string>
|
||||
#include "contrib/JSON.hpp"
|
||||
|
Reference in New Issue
Block a user