From 50f3e227a2ba511a1110b3e5a214db73ba3cc4e8 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Wed, 8 Aug 2012 13:23:02 -0400 Subject: [PATCH] Move llhandle.h into llcommon; same generality as llpointer.h. Leaving llhandle.h in llui restricts the set of viewer project directories which could potentially use it, and there's nothing whatsoever UI-specific about it. --- indra/llcommon/CMakeLists.txt | 1 + indra/{llui => llcommon}/llhandle.h | 0 indra/llui/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename indra/{llui => llcommon}/llhandle.h (100%) diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index dd7b8c6eb83..36a8319189c 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -174,6 +174,7 @@ set(llcommon_HEADER_FILES llfoldertype.h llformat.h llframetimer.h + llhandle.h llhash.h llheartbeat.h llhttpstatuscodes.h diff --git a/indra/llui/llhandle.h b/indra/llcommon/llhandle.h similarity index 100% rename from indra/llui/llhandle.h rename to indra/llcommon/llhandle.h diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index cca4ca39810..d92b6aa1c07 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -155,7 +155,6 @@ set(llui_HEADER_FILES llflyoutbutton.h llfocusmgr.h llfunctorregistry.h - llhandle.h llhelp.h lliconctrl.h llkeywords.h -- GitLab