mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Remove unnecessary bracket in include statements
This commit is contained in:
parent
dadf1c5bcf
commit
fa6b0b178c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user