Skip to content

Commit

Permalink
refactor: remove sync.h
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Dec 13, 2024
1 parent 549abc8 commit 2c18366
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion include/dpp/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <dpp/cache.h>
#include <dpp/intents.h>
#include <dpp/discordevents.h>
#include <dpp/sync.h>
#include <algorithm>
#include <iostream>
#include <shared_mutex>
Expand Down
1 change: 0 additions & 1 deletion include/dpp/dpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
#include <dpp/queues.h>
#include <dpp/commandhandler.h>
#include <dpp/once.h>
#include <dpp/sync.h>
#include <dpp/colors.h>
#include <dpp/discordevents.h>
#include <dpp/timed_listener.h>
Expand Down
1 change: 0 additions & 1 deletion include/dpp/restresults.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <dpp/queues.h>
#include <dpp/cache.h>
#include <dpp/intents.h>
#include <dpp/sync.h>
#include <algorithm>
#include <iostream>
#include <shared_mutex>
Expand Down
81 changes: 0 additions & 81 deletions include/dpp/sync.h

This file was deleted.

0 comments on commit 2c18366

Please sign in to comment.