diff options
author | Peter Powell <petpow@saberuk.com> | 2013-04-05 16:39:40 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-04-05 16:39:40 +0100 |
commit | 362f3009ac9a8fc7e1cedea66aa72abcdf52d934 (patch) | |
tree | 266065ea765be60f52a55208790c52872353a425 /include/inspircd.h | |
parent | bb3aa2fb37071f48a5312df8688c0a6990644fbb (diff) |
Merge inspircd_{config,version}.h into a single header file.
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 2e1cfbd21..1ca3d077b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -81,8 +81,7 @@ #include <bitset> #include <set> #include <time.h> -#include "inspircd_config.h" -#include "inspircd_version.h" +#include "config.h" #include "typedefs.h" #include "consolecolors.h" |