mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
Fix sources to include their respective header
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/Buffer.h>
|
||||
#include <znc/znc.h>
|
||||
#include <znc/User.h>
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/Client.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/User.h>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/Client.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/HTTPSock.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/znc.h>
|
||||
#include <iomanip>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/Listener.h>
|
||||
#include <znc/znc.h>
|
||||
|
||||
CListener::~CListener() {
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/Nick.h>
|
||||
#include <znc/Chan.h>
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <random>
|
||||
|
||||
#include <znc/Socket.h>
|
||||
#include <znc/User.h>
|
||||
#include <znc/IRCNetwork.h>
|
||||
#include <znc/SSLVerifyHost.h>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/ZNCString.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/Utils.h>
|
||||
#include <znc/MD5.h>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <znc/znc.h>
|
||||
#include <znc/FileUtils.h>
|
||||
#include <znc/IRCSock.h>
|
||||
#include <znc/Server.h>
|
||||
|
||||
Reference in New Issue
Block a user