mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Remove duplicate includes from module headers.
This commit is contained in:
parent
d79147e7af
commit
8ab6b7230f
@ -24,11 +24,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "event.h"
|
||||
|
||||
typedef StringExtItem AccountExtItem;
|
||||
|
||||
inline AccountExtItem* GetAccountExtItem()
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Away
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Cap
|
||||
{
|
||||
static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1;
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
#include "modules/cap.h"
|
||||
|
||||
namespace CTCTags
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace CheckExemption
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace ExtBan
|
||||
{
|
||||
class Acting;
|
||||
|
@ -24,8 +24,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "modules.h"
|
||||
|
||||
class HashProvider
|
||||
: public DataProvider
|
||||
{
|
||||
|
@ -26,13 +26,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "base.h"
|
||||
#include "event.h"
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
|
||||
class HTTPQueryParameters final
|
||||
: public insp::flat_multimap<std::string, std::string>
|
||||
{
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// For CapReference
|
||||
#include "modules/cap.h"
|
||||
|
||||
namespace IRCv3
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace ISupport
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Names
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -25,8 +25,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Regex
|
||||
{
|
||||
class Engine;
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace ReloadModule
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace ServerProtocol
|
||||
{
|
||||
class BroadcastEventListener;
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "iohook.h"
|
||||
|
||||
/** ssl_cert is a class which abstracts TLS certificate
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Stats
|
||||
{
|
||||
class Context;
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace WebIRC
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Who
|
||||
{
|
||||
class EventListener;
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "event.h"
|
||||
|
||||
namespace Whois
|
||||
{
|
||||
class EventListener;
|
||||
|
Loading…
x
Reference in New Issue
Block a user