summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-07-01 14:04:23 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-07-01 14:04:23 -0400
commit41dff76327feffed798c8b24673885bc9ad61005 (patch)
treeede7bae18b2f8c0c32f8b1954e389a80151183ea /indra
parentb4547c65949f72d9e202530f478cc0adf6faf9e7 (diff)
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.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llcommon/llcoros.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h
index 01ee11da1a..f07539ac54 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>
/**