Skip to content

Commit

Permalink
timer.h remove include alog.h (alibaba#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 authored Feb 21, 2024
1 parent 1ecf33a commit 95187e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/identity-pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

#include "identity-pool.h"
#include "../thread/timer.h"
// #include "alog.h"
#include "alog.h"

void* IdentityPoolBase::get()
{
Expand Down
1 change: 1 addition & 0 deletions common/test/test_objcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ limitations under the License.
#undef protected
#include <gtest/gtest.h>
#include <photon/thread/thread.h>
#include <photon/common/alog.h>

#include <thread>

Expand Down
1 change: 0 additions & 1 deletion thread/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ limitations under the License.
#include <cassert>
#include <photon/thread/thread.h>
#include <photon/common/callback.h>
#include <photon/common/alog.h>

namespace photon
{
Expand Down

0 comments on commit 95187e0

Please sign in to comment.