diff options
| author | 2013-04-05 16:39:40 +0100 | |
|---|---|---|
| committer | 2013-04-05 16:39:40 +0100 | |
| commit | 362f3009ac9a8fc7e1cedea66aa72abcdf52d934 (patch) | |
| tree | 266065ea765be60f52a55208790c52872353a425 /include/inspstring.h | |
| parent | Stop recreating hashmaps every hour, move garbage collection code related to ... (diff) | |
Merge inspircd_{config,version}.h into a single header file.
Diffstat (limited to 'include/inspstring.h')
| -rw-r--r-- | include/inspstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspstring.h b/include/inspstring.h index a6ef5e552..494ce92b1 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -21,8 +21,8 @@ #ifndef INSPSTRING_H #define INSPSTRING_H -// This (inspircd_config) is needed as inspstring doesn't pull in the central header -#include "inspircd_config.h" +// This (config) is needed as inspstring doesn't pull in the central header +#include "config.h" #include <cstring> //#include <cstddef> |
