diff options
author | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
commit | 9cd1efca176ebf9e2f5d5d5c1dae90d8ee017dad (patch) | |
tree | 24c7f72f0bc025f91298be65159f0623d3cff93d /indra/newview/llappviewer.cpp | |
parent | 03e4be4305a5d648735fdfb0c8404557e8dcd37a (diff) |
Header file corrections to let us build without precompiled headers from llprimitive and llvfs. Allows better dependency analysis.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9fe02a8ead..19e1273dc6 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -34,8 +34,7 @@ #include "llappviewer.h" -#include "llprimitive.h" - +// Viewer includes #include "llversionviewer.h" #include "llfeaturemanager.h" #include "lluictrlfactory.h" @@ -80,7 +79,10 @@ // Linden library includes #include "llmemory.h" +#include "llprimitive.h" #include "llurlaction.h" +#include "llvfsthread.h" +#include "llvolumemgr.h" // Third party library includes #include <boost/bind.hpp> |