diff options
| author | 2022-01-26 13:23:46 +0000 | |
|---|---|---|
| committer | 2022-01-26 15:34:17 +0000 | |
| commit | d7a7f37d14fd4433309fd2d2fae26916a1b60aee (patch) | |
| tree | 129ccfe97d88a850004b32eaec05c1782b3ea5d7 /src/modules/m_httpd.cpp | |
| parent | Replace consolecolors with a vendored library. (diff) | |
Kill vendor_directory in favour of normal include paths.
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 6035c62d1..8bce18626 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -26,8 +26,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: -isystem vendor_directory("http_parser") - #include "inspircd.h" #include "iohook.h" @@ -42,7 +40,7 @@ # pragma GCC diagnostic ignored "-Wshadow" #endif -#include <http_parser.c> +#include <http_parser/http_parser.c> #ifdef __GNUC__ # pragma GCC diagnostic pop |
