diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2015-07-01 14:04:23 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2015-07-01 14:04:23 -0400 | 
| commit | 41dff76327feffed798c8b24673885bc9ad61005 (patch) | |
| tree | ede7bae18b2f8c0c32f8b1954e389a80151183ea | |
| parent | b4547c65949f72d9e202530f478cc0adf6faf9e7 (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.
| -rwxr-xr-x | indra/llcommon/llcoros.h | 3 | 
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>  /** | 
