Skip to content

Commit

Permalink
chore: change SharedCounter dir
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Oct 10, 2024
1 parent 7d583c0 commit 09445f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mc/common/SharedPtr.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "mc/_HeaderOutputPredefine.h"
#include "mc/common/wrapper/SharedCounter.h"
#include "mc/common/SharedCounter.h"

template <typename T>
class WeakPtr;
Expand Down
2 changes: 1 addition & 1 deletion src/mc/common/WeakPtr.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "mc/_HeaderOutputPredefine.h"
#include "mc/common/wrapper/SharedCounter.h"
#include "mc/common/SharedCounter.h"

template <typename T>
class SharedPtr;
Expand Down

0 comments on commit 09445f9

Please sign in to comment.