diff options
| -rw-r--r-- | indra/newview/llavatariconctrl.h | 2 | ||||
| -rwxr-xr-x | indra/newview/llconversationmodel.h | 4 | ||||
| -rwxr-xr-x | indra/newview/llconversationview.h | 4 | ||||
| -rw-r--r-- | indra/newview/llfloaterimcontainer.h | 6 | ||||
| -rw-r--r-- | indra/newview/llimview.h | 2 | ||||
| -rw-r--r-- | indra/newview/lloutputmonitorctrl.h | 4 | ||||
| -rw-r--r-- | indra/newview/llviewermenu.h | 2 | 
7 files changed, 12 insertions, 12 deletions
diff --git a/indra/newview/llavatariconctrl.h b/indra/newview/llavatariconctrl.h index f55967926a..4929efb7d0 100644 --- a/indra/newview/llavatariconctrl.h +++ b/indra/newview/llavatariconctrl.h @@ -29,7 +29,7 @@  #include <boost/signals2.hpp> -#include "lliconctrl.h" +#include "../llui/lliconctrl.h"  #include "llavatarpropertiesprocessor.h"  #include "llviewermenu.h" diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 7177d3a414..743a6ba40b 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -30,8 +30,8 @@  #include <boost/signals2.hpp>  #include "llavatarname.h" -#include "llfolderviewitem.h" -#include "llfolderviewmodel.h" +#include "../llui/llfolderviewitem.h" +#include "../llui/llfolderviewmodel.h"  #include "llviewerfoldertype.h"  // Implementation of conversations list diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index a6f408403b..fb2834f26a 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -27,10 +27,10 @@  #ifndef LL_LLCONVERSATIONVIEW_H  #define LL_LLCONVERSATIONVIEW_H -#include "llfolderviewitem.h" +#include "../llui/llfolderviewitem.h"  #include "llavatariconctrl.h" -#include "llbutton.h" +#include "../llui/llbutton.h"  #include "lloutputmonitorctrl.h"  class LLTextBox; diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 4f1bb96d9b..1a3e64f759 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -32,11 +32,11 @@  #include "llimview.h"  #include "llevents.h" -#include "llfloater.h" -#include "llmultifloater.h" +#include "../llui/llfloater.h" +#include "../llui/llmultifloater.h"  #include "llavatarpropertiesprocessor.h"  #include "llgroupmgr.h" -#include "lltrans.h" +#include "../llui/lltrans.h"  #include "llconversationmodel.h"  #include "llconversationview.h" diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 19b738069c..9dbbd7738a 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -27,7 +27,7 @@  #ifndef LL_LLIMVIEW_H  #define LL_LLIMVIEW_H -#include "lldockablefloater.h" +#include "../llui/lldockablefloater.h"  #include "lleventtimer.h"  #include "llinstantmessage.h" diff --git a/indra/newview/lloutputmonitorctrl.h b/indra/newview/lloutputmonitorctrl.h index 7671a736d6..af2fd45823 100644 --- a/indra/newview/lloutputmonitorctrl.h +++ b/indra/newview/lloutputmonitorctrl.h @@ -28,10 +28,10 @@  #define LL_LLOUTPUTMONITORCTRL_H  #include "v4color.h" -#include "llview.h" +#include "../llui/llview.h"  #include "llmutelist.h"  #include "llspeakingindicatormanager.h" -#include "lluiimage.h" +#include "../llui/lluiimage.h"  class LLTextBox;  class LLUICtrlFactory; diff --git a/indra/newview/llviewermenu.h b/indra/newview/llviewermenu.h index 139f898b76..c0376ba114 100644 --- a/indra/newview/llviewermenu.h +++ b/indra/newview/llviewermenu.h @@ -27,7 +27,7 @@  #ifndef LL_LLVIEWERMENU_H  #define LL_LLVIEWERMENU_H -#include "llmenugl.h" +#include "../llui/llmenugl.h"  #include "llsafehandle.h"  class LLMessageSystem;  | 
