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 #pragma once
#include <map>
#include <string>
#include "event.h"
typedef StringExtItem AccountExtItem; typedef StringExtItem AccountExtItem;
inline AccountExtItem* GetAccountExtItem() inline AccountExtItem* GetAccountExtItem()

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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