mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:33:50 +08:00
14 lines
301 B
Diff
14 lines
301 B
Diff
|
diff --git a/src/dpp/user.cpp b/src/dpp/user.cpp
|
||
|
index 0f5bce1..cdd7903 100644
|
||
|
--- a/src/dpp/user.cpp
|
||
|
+++ b/src/dpp/user.cpp
|
||
|
@@ -22,7 +22,7 @@
|
||
|
#include <dpp/discordevents.h>
|
||
|
#include <dpp/json.h>
|
||
|
#include <dpp/stringops.h>
|
||
|
-#include "user.h"
|
||
|
+// #include "user.h"
|
||
|
|
||
|
using json = nlohmann::json;
|
||
|
|