Skip to content

Commit

Permalink
删除多余头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
gukj-spel committed Jul 31, 2024
1 parent 1b317d4 commit 67de4dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/client_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "client.h"

namespace pikiwidb {

class ClientMap {
private:
ClientMap() = default;
Expand Down
1 change: 0 additions & 1 deletion src/pikiwidb.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/

#include "client_map.h"
#include "cmd_table_manager.h"
#include "cmd_thread_pool.h"
#include "common.h"
Expand Down

0 comments on commit 67de4dc

Please sign in to comment.