X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ffileutils.h;h=97ddec14929f76446c06731d0a4e7e72271448ad;hb=030eaf9e574d0045265d11638e8cced4861423a7;hp=9623a548daaedb44c77591d9619390527aef2bc3;hpb=6e898936d6e0f44da0992ad09139f0e8e6d141af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/fileutils.h b/include/fileutils.h index 9623a548d..97ddec149 100644 --- a/include/fileutils.h +++ b/include/fileutils.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Peter Powell + * Copyright (C) 2014 Attila Molnar + * Copyright (C) 2013, 2019 Sadie Powell * * 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 @@ -19,10 +20,6 @@ #pragma once -#ifndef _WIN32 -# include -#endif - /** Provides an easy method of reading a text file into memory. */ class CoreExport FileReader {