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
|
#pragma once
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
typedef StringExtItem AccountExtItem;
|
typedef StringExtItem AccountExtItem;
|
||||||
|
|
||||||
inline AccountExtItem* GetAccountExtItem()
|
inline AccountExtItem* GetAccountExtItem()
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Away
|
namespace Away
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Cap
|
namespace Cap
|
||||||
{
|
{
|
||||||
static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1;
|
static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1;
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
#include "modules/cap.h"
|
#include "modules/cap.h"
|
||||||
|
|
||||||
namespace CTCTags
|
namespace CTCTags
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace CheckExemption
|
namespace CheckExemption
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace ExtBan
|
namespace ExtBan
|
||||||
{
|
{
|
||||||
class Acting;
|
class Acting;
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "modules.h"
|
|
||||||
|
|
||||||
class HashProvider
|
class HashProvider
|
||||||
: public DataProvider
|
: public DataProvider
|
||||||
{
|
{
|
||||||
|
@ -26,13 +26,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "base.h"
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <sstream>
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
class HTTPQueryParameters final
|
class HTTPQueryParameters final
|
||||||
: public insp::flat_multimap<std::string, std::string>
|
: public insp::flat_multimap<std::string, std::string>
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// For CapReference
|
|
||||||
#include "modules/cap.h"
|
#include "modules/cap.h"
|
||||||
|
|
||||||
namespace IRCv3
|
namespace IRCv3
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace ISupport
|
namespace ISupport
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Names
|
namespace Names
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Regex
|
namespace Regex
|
||||||
{
|
{
|
||||||
class Engine;
|
class Engine;
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace ReloadModule
|
namespace ReloadModule
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace ServerProtocol
|
namespace ServerProtocol
|
||||||
{
|
{
|
||||||
class BroadcastEventListener;
|
class BroadcastEventListener;
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include "iohook.h"
|
#include "iohook.h"
|
||||||
|
|
||||||
/** ssl_cert is a class which abstracts TLS certificate
|
/** ssl_cert is a class which abstracts TLS certificate
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Stats
|
namespace Stats
|
||||||
{
|
{
|
||||||
class Context;
|
class Context;
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace WebIRC
|
namespace WebIRC
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Who
|
namespace Who
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "event.h"
|
|
||||||
|
|
||||||
namespace Whois
|
namespace Whois
|
||||||
{
|
{
|
||||||
class EventListener;
|
class EventListener;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user