Fix sources to include their respective header

This commit is contained in:
J-P Nurmi
2015-07-14 18:51:40 +02:00
parent ea2df008f8
commit d39b20b505
9 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/Buffer.h>
#include <znc/znc.h>
#include <znc/User.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/Client.h>
#include <znc/Chan.h>
#include <znc/IRCSock.h>
#include <znc/User.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/Client.h>
#include <znc/Chan.h>
#include <znc/FileUtils.h>
#include <znc/IRCNetwork.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/HTTPSock.h>
#include <znc/FileUtils.h>
#include <znc/znc.h>
#include <iomanip>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/Listener.h>
#include <znc/znc.h>
CListener::~CListener() {

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/Nick.h>
#include <znc/Chan.h>
#include <znc/IRCSock.h>
#include <znc/IRCNetwork.h>

View File

@@ -16,6 +16,7 @@
#include <random>
#include <znc/Socket.h>
#include <znc/User.h>
#include <znc/IRCNetwork.h>
#include <znc/SSLVerifyHost.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/ZNCString.h>
#include <znc/FileUtils.h>
#include <znc/Utils.h>
#include <znc/MD5.h>

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <znc/znc.h>
#include <znc/FileUtils.h>
#include <znc/IRCSock.h>
#include <znc/Server.h>