Remove unnecessary bracket in include statements

This commit is contained in:
CakeLancelot 2020-09-02 21:25:09 -05:00
parent dadf1c5bcf
commit fa6b0b178c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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