Skip to content

Commit

Permalink
Rename HTTP.{c,h}pp to HTTPRequest.{c,h}pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mm2PL committed Jun 17, 2024
1 parent 3cb61ef commit 5a4e64c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ set(SOURCE_FILES
controllers/plugins/api/ChannelRef.hpp
controllers/plugins/api/IOWrapper.cpp
controllers/plugins/api/IOWrapper.hpp
controllers/plugins/api/HTTP.cpp
controllers/plugins/api/HTTP.hpp
controllers/plugins/api/HTTPRequest.cpp
controllers/plugins/api/HTTPRequest.hpp
controllers/plugins/LuaAPI.cpp
controllers/plugins/LuaAPI.hpp
controllers/plugins/PluginPermission.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/plugins/LuaAPI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct CompletionEvent {
/**
* @includefile common/Channel.hpp
* @includefile controllers/plugins/api/ChannelRef.hpp
* @includefile controllers/plugins/api/HTTP.hpp
* @includefile controllers/plugins/api/HTTPRequest.hpp
* @includefile common/network/NetworkCommon.hpp
*/

Expand Down
2 changes: 1 addition & 1 deletion src/controllers/plugins/PluginController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# include "controllers/commands/CommandContext.hpp"
# include "controllers/commands/CommandController.hpp"
# include "controllers/plugins/api/ChannelRef.hpp"
# include "controllers/plugins/api/HTTP.hpp"
# include "controllers/plugins/api/HTTPRequest.hpp"
# include "controllers/plugins/api/IOWrapper.hpp"
# include "controllers/plugins/LuaAPI.hpp"
# include "controllers/plugins/LuaUtilities.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifdef CHATTERINO_HAVE_PLUGINS
# include "controllers/plugins/api/HTTP.hpp"
# include "controllers/plugins/api/HTTPRequest.hpp"

# include "Application.hpp"
# include "common/network/NetworkCommon.hpp"
Expand Down
File renamed without changes.

0 comments on commit 5a4e64c

Please sign in to comment.