Skip to content

Commit

Permalink
Revert "Revert log include path change (will need to be placed back o…
Browse files Browse the repository at this point in the history
…nce merge happens)"

This reverts commit 3a65665.
  • Loading branch information
cyberium committed Mar 5, 2024
1 parent dce7320 commit ea4ee7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ahbot/ItemBag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "TradeCategory.h"
#include "AhBotConfig.h"
#include "Server/DBCStructure.h"
#include "Log.h"
#include "Log/Log.h"
#include "Database/QueryResult.h"
#include "Database/DatabaseEnv.h"
#include "Database/SQLStorage.h"
Expand Down
2 changes: 1 addition & 1 deletion botpch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "Common.h"

#include "Maps/MapManager.h"
#include "Log.h"
#include "Log/Log.h"
#include "Globals/ObjectAccessor.h"
#include "Entities/ObjectGuid.h"
#include "Server/SQLStorages.h"
Expand Down
2 changes: 1 addition & 1 deletion playerbot/MemoryMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <sstream>
#include <time.h>
#include "Util/Timer.h"
#include "Log.h"
#include "Log/Log.h"
#define BOOST_STACKTRACE_LINK
#include <boost/stacktrace.hpp>

Expand Down

0 comments on commit ea4ee7f

Please sign in to comment.