Remove duplicate includes from module headers.

This commit is contained in:
Sadie Powell 2022-01-25 16:20:45 +00:00
parent d79147e7af
commit 8ab6b7230f
19 changed files with 0 additions and 43 deletions

View File

@ -24,11 +24,6 @@
#pragma once
#include <map>
#include <string>
#include "event.h"
typedef StringExtItem AccountExtItem;
inline AccountExtItem* GetAccountExtItem()

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace Away
{
class EventListener;

View File

@ -20,8 +20,6 @@
#pragma once
#include "event.h"
namespace Cap
{
static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1;

View File

@ -19,7 +19,6 @@
#pragma once
#include "event.h"
#include "modules/cap.h"
namespace CTCTags

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace CheckExemption
{
class EventListener;

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace ExtBan
{
class Acting;

View File

@ -24,8 +24,6 @@
#pragma once
#include "modules.h"
class HashProvider
: public DataProvider
{

View File

@ -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>
{

View File

@ -20,7 +20,6 @@
#pragma once
// For CapReference
#include "modules/cap.h"
namespace IRCv3

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace ISupport
{
class EventListener;

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace Names
{
class EventListener;

View File

@ -25,8 +25,6 @@
#pragma once
#include "event.h"
namespace Regex
{
class Engine;

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace ReloadModule
{
class EventListener;

View File

@ -23,8 +23,6 @@
#pragma once
#include "event.h"
namespace ServerProtocol
{
class BroadcastEventListener;

View File

@ -28,7 +28,6 @@
#pragma once
#include <string>
#include "iohook.h"
/** ssl_cert is a class which abstracts TLS certificate

View File

@ -20,8 +20,6 @@
#pragma once
#include "event.h"
namespace Stats
{
class Context;

View File

@ -19,8 +19,6 @@
#pragma once
#include "event.h"
namespace WebIRC
{
class EventListener;

View File

@ -20,8 +20,6 @@
#pragma once
#include "event.h"
namespace Who
{
class EventListener;

View File

@ -20,8 +20,6 @@
#pragma once
#include "event.h"
namespace Whois
{
class EventListener;