From 0eaca22969fb14402a898325a64276e1c11dff0c Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 2 May 2024 15:59:42 -0400 Subject: Try suppressing #include (fails on Linux). --- indra/llmessage/tests/llmockhttpclient.h | 2 +- indra/test/test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/llmessage/tests/llmockhttpclient.h b/indra/llmessage/tests/llmockhttpclient.h index af26bf8803..0afe2d386a 100644 --- a/indra/llmessage/tests/llmockhttpclient.h +++ b/indra/llmessage/tests/llmockhttpclient.h @@ -31,7 +31,7 @@ #include "linden_common.h" #include "llhttpclientinterface.h" -#include +//#include class LLMockHTTPClient : public LLHTTPClientInterface { diff --git a/indra/test/test.cpp b/indra/test/test.cpp index f1c5991330..88d75989e5 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -60,7 +60,7 @@ typedef struct { size_t re_nsub; size_t re_erroffset; } regex_t; -#include +//#include #include #endif -- cgit v1.2.3