From c2d9950671dbfa3ed5a9b2f3ff992aa6a4059033 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sun, 6 May 2018 17:38:02 +0200 Subject: [PATCH] Fix linker warning LNK4221 for llthreadsafequeue --- indra/llcommon/llthreadsafequeue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/llthreadsafequeue.cpp b/indra/llcommon/llthreadsafequeue.cpp index 4fbbc5a5e1..d0076f2a9a 100644 --- a/indra/llcommon/llthreadsafequeue.cpp +++ b/indra/llcommon/llthreadsafequeue.cpp @@ -23,6 +23,6 @@ * $/LicenseInfo$ */ -#include "linden_common.h" -#include "llthreadsafequeue.h" +//#include "linden_common.h" +//#include "llthreadsafequeue.h"