Change common and config includes to use <> (#7596)
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../common/cbasetypes.hpp"
|
||||
#include "../common/malloc.hpp"
|
||||
#include "../common/nullpo.hpp"
|
||||
#include "../common/random.hpp"
|
||||
#include "../common/showmsg.hpp"
|
||||
#include "../common/socket.hpp" // last_tick
|
||||
#include "../common/strlib.hpp"
|
||||
#include "../common/timer.hpp"
|
||||
#include "../common/utils.hpp"
|
||||
#include <common/cbasetypes.hpp>
|
||||
#include <common/malloc.hpp>
|
||||
#include <common/nullpo.hpp>
|
||||
#include <common/random.hpp>
|
||||
#include <common/showmsg.hpp>
|
||||
#include <common/socket.hpp> // last_tick
|
||||
#include <common/strlib.hpp>
|
||||
#include <common/timer.hpp>
|
||||
#include <common/utils.hpp>
|
||||
|
||||
#include "achievement.hpp"
|
||||
#include "atcommand.hpp" //msg_txt()
|
||||
|
||||
Reference in New Issue
Block a user