]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/fileutils.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / fileutils.h
index 9623a548daaedb44c77591d9619390527aef2bc3..97ddec14929f76446c06731d0a4e7e72271448ad 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2013, 2019 Sadie Powell <sadie@witchery.services>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
 
 #pragma once
 
-#ifndef _WIN32
-# include <dirent.h>
-#endif
-
 /** Provides an easy method of reading a text file into memory. */
 class CoreExport FileReader
 {