diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-04-05 14:14:50 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-04-05 14:14:50 -0700 |
commit | 7348bf71fa984ba110fd9ff3897538aa3d3abfb4 (patch) | |
tree | 17507badedfb1811507d1ac840a9464d9974eab3 /include/inspstring.h | |
parent | 8e133075f13a75801c691e501daa38aad1f068e0 (diff) | |
parent | 362f3009ac9a8fc7e1cedea66aa72abcdf52d934 (diff) |
Merge pull request #472 from SaberUK/master+merge-headers
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> |