From 41dff76327feffed798c8b24673885bc9ad61005 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 1 Jul 2015 14:04:23 -0400
Subject: [PATCH] MAINT-5351: Remove Boost Preprocessor headers from llcoros.h.
 These were used in a former iteration (when we explicitly forwarded
 parameters), but are no longer needed.

---
 indra/llcommon/llcoros.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h
index 01ee11da1ac..f07539ac54f 100755
--- a/indra/llcommon/llcoros.h
+++ b/indra/llcommon/llcoros.h
@@ -33,9 +33,6 @@
 #include "llsingleton.h"
 #include <boost/ptr_container/ptr_map.hpp>
 #include <string>
-#include <boost/preprocessor/repetition/enum_params.hpp>
-#include <boost/preprocessor/repetition/enum_binary_params.hpp>
-#include <boost/preprocessor/iteration/local.hpp>
 #include <stdexcept>
 
 /**
-- 
GitLab