diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-08-20 17:41:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 18:41:48 +0300 |
commit | 9f7dd0177201fe080c287144b99a70125be1fb2b (patch) | |
tree | 399330b2b71b34bb53bf314254eedb8b067ab8e5 /indra/llcommon/llerrorcontrol.h | |
parent | 37dcb67d4204beb79c6eae9f38ffecd0d0d49f6f (diff) |
Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361)
Diffstat (limited to 'indra/llcommon/llerrorcontrol.h')
-rw-r--r-- | indra/llcommon/llerrorcontrol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llerrorcontrol.h b/indra/llcommon/llerrorcontrol.h index 1845fc42db..0a7b3d2046 100644 --- a/indra/llcommon/llerrorcontrol.h +++ b/indra/llcommon/llerrorcontrol.h @@ -32,7 +32,6 @@ #include "llpointer.h" #include "llrefcount.h" #include "boost/function.hpp" -#include "boost/shared_ptr.hpp" #include <string> class LLSD; |